From de549ebf88560f06864dce348ee900802faa3b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 8 Jan 2020 08:16:26 +0100 Subject: [PATCH] 3.3.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 337aaa43..10b35fd6 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.3.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.2.2...3.3.0) - 2020-01-08 +### Fixed +- Fixed filtering by a field of an embedded object +- Fixed `_action` item in ListMapper when type is `null` +- Fixed support for doctrine/mongodb-odm 2.x + +### Removed +- Support for Symfony < 3.4 +- Support for Symfony >= 4, < 4.2 + ## [3.2.2](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.2.1...3.2.2) - 2019-10-16 ### Added - support for `doctrine/mongodb-odm` 2.x and `doctrine/mongodb-odm-bundle` 4.x