diff options
Diffstat (limited to 'changelog/en')
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index c7d84fc33..fedf4a3bf 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,9 +1,22 @@ +v4.2.6 - 2025-08-20 +------------------- + +### Features/improvements ### +- templates: + - add slug to types (#6367) + - get a text file when VALUES is used + + +### Bug fixes ### +- searches: fix exact date searches for datetime fields (#6411) + + v4.2.5 - 2025-07-31 ------------------- ### Technical ### -- migrations: fix mysterious bug on some installations (fail on group add with group already here) -- import: force explicitly geo check on post treatments for complex associations +- migrations: fix mysterious bug on some installations (fail on group add with group already here) +- import: force explicitly geo check on post treatments for complex associations v4.2.4 - 2025-07-21 |