From 36e01d4874193767764986a0ef1507dd65f90971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 23 Dec 2019 10:08:59 +0100 Subject: [PATCH] 3.13.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d535c26..7e1b7a247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.13.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.12.0...3.13.0) - 2019-12-23 +### Fixed +- Fix ProxyQuery::getQueryBuilder() return type. + +### Changed +`operator_type` and `operator_options` are overridable for the provided Filters + +### Removed +- Support for Symfony < 3.4 +- Support for Symfony >= 4, < 4.2 + ## [3.12.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/3.11.0...3.12.0) - 2019-11-23 ### Added - Added support for Doctrine-Bundle 2.0