From 490b0f88807b2aa7d196c9df46620ddf2e8bd976 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Sun, 28 Aug 2022 23:51:41 +0200 Subject: [PATCH] 4.7.0 (#1692) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb85a811..ca4febf7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.7.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/4.6.0...4.7.0) - 2022-08-28 +### Added +- [[#1691](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1691)] ModelManager::supportsQuery now supports AbstractQuery ([@djpretzel](https://github.com/djpretzel)) +- [[#1691](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1691)] ModelManager::execute now supports AbstractQuery ([@djpretzel](https://github.com/djpretzel)) + ## [4.6.0](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/compare/4.5.0...4.6.0) - 2022-08-22 ### Added - [[#1687](https://github.com/sonata-project/SonataDoctrineORMAdminBundle/pull/1687)] Generics for ProxyQueryInterface and ProxyQuery ([@VincentLanglet](https://github.com/VincentLanglet))