From 8b55960611d90942d2e87ef31d7815aec0957271 Mon Sep 17 00:00:00 2001 From: Sonata CI Date: Tue, 25 Apr 2023 06:10:04 +0100 Subject: [PATCH] 4.9.0 (#818) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5935d61..b52f056c 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.9.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/4.8.0...4.9.0) - 2023-04-25 +### Removed +- [[#816](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/816)] Support for Symfony 4 ([@jordisala1991](https://github.com/jordisala1991)) +- [[#816](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/816)] Support for Twig 2 ([@jordisala1991](https://github.com/jordisala1991)) + ## [4.8.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/4.7.0...4.8.0) - 2023-04-09 ### Changed - [[#813](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/813)] Exception message at `ModelManager::batchDelete()` in order to provide more details about the failed batch operation ([@phansys](https://github.com/phansys))