From 7fde20267f7e0a745349d3b1b565d5d2cc8a42e4 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Tue, 12 Dec 2023 11:41:24 +0100 Subject: [PATCH] 4.29.1 (#8138) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 815f6c99b6..8b6eab9c9b 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.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)) + ## [4.29.0](https://github.com/sonata-project/SonataAdminBundle/compare/4.28.1...4.29.0) - 2023-11-25 ### Added - [[#8127](https://github.com/sonata-project/SonataAdminBundle/pull/8127)] Symfony 7 support ([@VincentLanglet](https://github.com/VincentLanglet))