update changelog

This commit is contained in:
Simon Vieille 2023-09-27 10:22:29 +02:00
parent 21ee41ff29
commit 45b3f6bb80
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,5 +1,10 @@
## [Unreleased]
### 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
## [1.21.1] - 2023-08-17
### Added