From 9b1294e569d23a6d4c848af526362e0ec12e91d7 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Mon, 22 Jan 2024 10:11:36 +0100 Subject: [PATCH] 4.29.3 (#8153) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d1e502bb6..02ed464ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.29.3](https://github.com/sonata-project/SonataAdminBundle/compare/4.29.2...4.29.3) - 2024-01-22 +### Fixed +- [[#8149](https://github.com/sonata-project/SonataAdminBundle/pull/8149)] Fix possible null error in search ([@core23](https://github.com/core23)) + ## [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))