update changelog

This commit is contained in:
Simon Vieille 2025-03-11 16:50:02 +01:00
commit 5f07ad2c28

View file

@ -3,6 +3,8 @@
### Added
* FileUploadHandler: allow to upload multiple files
* CrudController: allow to add callables after creation, update and delation
### Fixed
* fix(crud): use context variable to retrieve the form and the form options
## [v1.25.2] - 2025-02-07
### Added