From e96a82d3d32f468bec338be47a44a16d0e186210 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 24 Dec 2023 11:50:26 +0100 Subject: [PATCH] 4.29.2 (#8147) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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))