From 969dcf7e3b26eeca733fbd9de50dcc91df292e1e Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Tue, 9 Mar 2021 09:40:31 -0300 Subject: [PATCH] 3.23.0 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc3dcbd..2ee32e97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.23.0](https://github.com/sonata-project/SonataBlockBundle/compare/3.22.1...3.23.0) - 2021-03-09 +### Added +- [[#844](https://github.com/sonata-project/SonataBlockBundle/pull/844)] Support for "symfony/asset:^5.2" ([@phansys](https://github.com/phansys)) +- [[#844](https://github.com/sonata-project/SonataBlockBundle/pull/844)] Support for "symfony/config:^5.2" ([@phansys](https://github.com/phansys)) +- [[#844](https://github.com/sonata-project/SonataBlockBundle/pull/844)] Support for "symfony/dependency-injection:^5.2" ([@phansys](https://github.com/phansys)) +- [[#844](https://github.com/sonata-project/SonataBlockBundle/pull/844)] Support for "symfony/http-foundation:^5.2" ([@phansys](https://github.com/phansys)) +- [[#844](https://github.com/sonata-project/SonataBlockBundle/pull/844)] Support for "symfony/templating:^5.2" ([@phansys](https://github.com/phansys)) + +### Changed +- [[#845](https://github.com/sonata-project/SonataBlockBundle/pull/845)] Extend possible return type of `BlockContextInterface::getTemplate()` ([@core23](https://github.com/core23)) + ## [3.22.1](https://github.com/sonata-project/SonataBlockBundle/compare/3.22.0...3.22.1) - 2021-03-06 ### Removed - [[#841](https://github.com/sonata-project/SonataBlockBundle/pull/841)] Remove `@internal` annotation from `BlockServiceTestCase` class ([@core23](https://github.com/core23)) @@ -23,7 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Removed - remove SonataCoreBundle dependencies -## [3.19.0](https://github.com/sonata-project/SonataBlockBundle/compare/3.18.4...3.18.5) - 2020-05-08 +## [3.19.0](https://github.com/sonata-project/SonataBlockBundle/compare/3.18.5...3.19.0) - 2020-05-08 ### Added - Support for `doctrine/common` 3.