From d0cffae16f7d2e5badc995581b90f5dba583eabe Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Fri, 13 Nov 2020 19:55:46 +0100 Subject: [PATCH] 3.80 (#6587) --- CHANGELOG.md | 10 ++++++++++ src/Model/ModelManagerInterface.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ded9cc32..d0a4981e0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.80.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.79.0...3.80.0) - 2020-11-13 +### Added +- [[#6585](https://github.com/sonata-project/SonataAdminBundle/pull/6585)] `NOT_EQUAL` operator for `StringOperatorType` ([@VincentLanglet](https://github.com/VincentLanglet)) + +### Changed +- [[#6402](https://github.com/sonata-project/SonataAdminBundle/pull/6402)] Delegate filter query by empty value to filters ([@peter-gribanov](https://github.com/peter-gribanov)) + +### Deprecated +- [[#6568](https://github.com/sonata-project/SonataAdminBundle/pull/6568)] Deprecated `ModelManagerInterface::modelTransform()` method ([@franmomu](https://github.com/franmomu)) + ## [3.79.0](https://github.com/sonata-project/SonataAdminBundle/compare/3.78.1...3.79.0) - 2020-11-09 ### Added - [[#6565](https://github.com/sonata-project/SonataAdminBundle/pull/6565)] Added `collection_by_reference` option for AdminType ([@VincentLanglet](https://github.com/VincentLanglet)) diff --git a/src/Model/ModelManagerInterface.php b/src/Model/ModelManagerInterface.php index 126c0ac5ee..c052d2881b 100644 --- a/src/Model/ModelManagerInterface.php +++ b/src/Model/ModelManagerInterface.php @@ -288,7 +288,7 @@ public function modelReverseTransform($class, array $array = []); /** * NEXT_MAJOR: Remove this method. * - * @deprecated since sonata-admin/admin-bundle 3.x and will be removed in 4.0. + * @deprecated since sonata-admin/admin-bundle 3.80 and will be removed in 4.0. * * @param string $class * @param object $instance