diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-08-11 13:49:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-08-20 10:13:01 +0200 |
commit | 020c3a72963860e6cfaa8e8129dcd41ef05e7413 (patch) | |
tree | 91fa96f8835d2ed6762c2dfc58286478c794ce85 /changelog/en | |
parent | 48d2ff9e5dfd6fb1108396252d4291683b6e2819 (diff) | |
download | Ishtar-020c3a72963860e6cfaa8e8129dcd41ef05e7413.tar.bz2 Ishtar-020c3a72963860e6cfaa8e8129dcd41ef05e7413.zip |
🔖 version 4.2.6
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 |