From 8c47894be4bb2ce622a0be2c0e9f60ca1ee54356 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 9 Apr 2023 18:32:39 +0200 Subject: [PATCH] 4.11.0 (#1736) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 975436122..7d26fc17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.11.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/4.10.0...4.11.0) - 2023-04-09 +### Changed +- [[#1734](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1734)] Exception message at `ModelManager::batchDelete()` in order to provide more details about the failed batch operation ([@phansys](https://github.com/phansys)) + +### Fixed +- [[#1722](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1722)] Avoid dependency of `doctrine/common` ([@jordisala1991](https://github.com/jordisala1991)) + ## [4.10.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/4.9.1...4.10.0) - 2023-03-09 ### Removed - [[#1714](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1714)] Drop support for `doctrine/dbal` ^2.0. ([@jordisala1991](https://github.com/jordisala1991))