From 19d55f3fddd4d6195dfc25ecf36fbf8f48db2571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 8 May 2020 10:32:20 +0200 Subject: [PATCH] 3.18.5 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7209333f..7f2fff88 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/). +## [3.18.5](https://github.com/sonata-project/SonataBlockBundle/compare/3.18.4...3.18.5) - 2020-05-08 +### Fixed +- Drop unnecessary constructor + ## [3.18.4](https://github.com/sonata-project/SonataBlockBundle/compare/3.18.3...3.18.4) - 2020-02-10 ### Removed - Removed deprecation warnings when extending `BlockServiceTestCase`