From 47bb057227b3c3bf7550a34b4fb3ef51d053ba46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Thu, 26 Mar 2020 19:41:10 +0100 Subject: [PATCH] 3.7.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f02a7d..8447a2e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.7.0](https://github.com/sonata-project/SonataNotificationBundle/compare/3.6.2...3.7.0) - 2020-03-26 +### Fixed +- Fix doctrine deprecations + +### Removed +- SonataEasyExtendsBundle +- Support for Symfony < 3.4 +- Support for Symfony >= 4, < 4.2 + ## [3.6.2](https://github.com/sonata-project/SonataNotificationBundle/compare/3.6.1...3.6.2) - 2019-07-20 ### Changed - Make `sonata.notification.consumer.metadata` service public