From fa8c8539e4c510eb56207a9e258dd7caa7233998 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sat, 13 Apr 2024 21:18:04 +0200 Subject: [PATCH] 4.7.2 (#1761) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a95fd6c1..a94db62d3 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.7.2](https://github.com/sonata-project/SonataPageBundle/compare/4.7.1...4.7.2) - 2024-04-13 +### Fixed +- [[#1760](https://github.com/sonata-project/SonataPageBundle/pull/1760)] Allow to decorate BlockAdmin, SnapshotAdmin and CreateSnapshotService ([@VincentLanglet](https://github.com/VincentLanglet)) + +### Removed +- [[#1742](https://github.com/sonata-project/SonataPageBundle/pull/1742)] Removed the return type `null` for `src/CmsManager/CmsPageManager::findContainer`, ([@eerison](https://github.com/eerison)) + ## [4.7.1](https://github.com/sonata-project/SonataPageBundle/compare/4.7.0...4.7.1) - 2023-12-08 ### Changed - [[#1737](https://github.com/sonata-project/SonataPageBundle/pull/1737)] Changed runtime exception message for Host path sites ([@eerison](https://github.com/eerison))