From b8412cf165bbf99f7af77c7f0c6b072b9b756b17 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sat, 1 Jan 2022 18:45:37 +0100 Subject: [PATCH] 4.9.1 (#1002) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9d0bd77..8391e8c8 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.9.1](https://github.com/sonata-project/SonataBlockBundle/compare/4.9.0...4.9.1) - 2022-01-01 +### Fixed +- [[#997](https://github.com/sonata-project/SonataBlockBundle/pull/997)] Wrong deprecation message in BlockContextManager with Symfony 4 ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [4.9.0](https://github.com/sonata-project/SonataBlockBundle/compare/4.8.0...4.9.0) - 2021-12-04 ### Added - [[#990](https://github.com/sonata-project/SonataBlockBundle/pull/990)] Added support for `symfony/event-dispatcher-contracts` ^3.0. ([@jordisala1991](https://github.com/jordisala1991))