diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b6eab9c9b..5d1e502bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.29.2](https://github.com/sonata-project/SonataAdminBundle/compare/4.29.1...4.29.2) - 2023-12-24 +### Changed +- [[#8141](https://github.com/sonata-project/SonataAdminBundle/pull/8141)] CRUDController::handleModelManagerException can now return a custom error message string for display in the flashbag instead of Sonata ones. Return type is removed from the signature ([@wadjei](https://github.com/wadjei)) + +### Fixed +- [[#8139](https://github.com/sonata-project/SonataAdminBundle/pull/8139)] Deprecation about `ArgumentValueResolverInterface` usage ([@Hanmac](https://github.com/Hanmac)) + ## [4.29.1](https://github.com/sonata-project/SonataAdminBundle/compare/4.29.0...4.29.1) - 2023-12-12 ### Fixed - [[#8136](https://github.com/sonata-project/SonataAdminBundle/pull/8136)] Fix clashing global twig variables (admin, base_template) if already set ([@core23](https://github.com/core23))