From c0b2c445d423b8880ca53be8ce20442a6d29c2e8 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Tue, 21 Nov 2023 17:45:27 +0100 Subject: [PATCH] 4.6.1 (#1725) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b269e42a9..98846df09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.6.1](https://github.com/sonata-project/SonataPageBundle/compare/4.6.0...4.6.1) - 2023-11-21 +### Fixed +- [[#1724](https://github.com/sonata-project/SonataPageBundle/pull/1724)] Usage of deprecated method `renderWithParams` ([@VincentLanglet](https://github.com/VincentLanglet)) +- [[#1721](https://github.com/sonata-project/SonataPageBundle/pull/1721)] Removal of a page ([@GeraudBourdin](https://github.com/GeraudBourdin)) + ## [4.6.0](https://github.com/sonata-project/SonataPageBundle/compare/4.5.0...4.6.0) - 2023-09-07 ### Changed - [[#1522](https://github.com/sonata-project/SonataPageBundle/pull/1522)] Uses Symfony Serializer to transform Page and Block Models into array for json ([@Hanmac](https://github.com/Hanmac))