From 451c068159b7d95ba8114acdf16bb45a082b5096 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Mon, 15 Nov 2021 14:03:55 +0100 Subject: [PATCH] 3.107.0 (#7603) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b027acc181..bc3b2fc1c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.107.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.106.1...3.107.0) - 2021-11-15 +### Added +- [[#7602](https://github.com/sonata-project/SonataAdminBundle/pull/7602)] `ModelManagerThrowable` ([@VincentLanglet](https://github.com/VincentLanglet)) +- [[#7602](https://github.com/sonata-project/SonataAdminBundle/pull/7602)] `CRUDController::handleModelManagerThrowable()` ([@VincentLanglet](https://github.com/VincentLanglet)) + +### Deprecated +- [[#7602](https://github.com/sonata-project/SonataAdminBundle/pull/7602)] `CRUDController::handleModelManagerException()` ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [3.106.1](https://github.com/sonata-project/SonataAdminBundle/compare/3.106.0...3.106.1) - 2021-10-31 ### Fixed - [[#7574](https://github.com/sonata-project/SonataAdminBundle/pull/7574)] Missing `merge` call in twig ([@VincentLanglet](https://github.com/VincentLanglet))