From 80c5a1c57c9d21a29bd82af884f87fcd3d219ca7 Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Fri, 18 Oct 2024 14:12:14 +0100 Subject: [PATCH] 4.8.0 (#1780) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a94db62d3..88a4110eb 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.8.0](https://github.com/sonata-project/SonataPageBundle/compare/4.7.2...4.8.0) - 2024-10-18 +### Added +- [[#1776](https://github.com/sonata-project/SonataPageBundle/pull/1776)] Add support for Symfony 7. ([@jordisala1991](https://github.com/jordisala1991)) + +### Fixed +- [[#1767](https://github.com/sonata-project/SonataPageBundle/pull/1767)] Symfony 7.1 deprecation about `Symfony\Component\HttpKernel\DependencyInjection\Extension` usage ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [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))