update changelog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-10-01 14:55:54 +02:00
parent 7336133148
commit c2bcee306d
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 27 additions and 2 deletions

View file

@ -5,7 +5,18 @@ hide:
# Changelog
???+ success "[1.21.1] - 2023-08-17"
???+ success "[v1.22.0] 2023-09-28"
**Added**
* add new options in BooleanField: `toggle|checkbox_class_when_true` and `toggle|checkbox_class_when_false`
* add `count` method in repository query
* add `addForcedFilterHandler` method in repository query
* add `inline_form_validation` option to validate inline forms with custom algo
* add crud sorting parameters in the session
* add flush option in the entity manager on create, update, remove, and persist methods
??? abstract "[1.21.1] - 2023-08-17"
**Added**

View file

@ -5,7 +5,21 @@ hide:
# Changelog
???+ success "[1.21.0] 2023-08-11"
???+ success "[v1.22.0] 2023-09-28"
**Added**
* update woodpecker ci base file
**Fixed**
* fix #1: add UniqueEntity constraint in the User entity
**Changed**
* upgrade murph/murph-core
??? abstract "[1.21.0] 2023-08-11"
**Changed**