From 0e4390280f0d6c03e9c79e60c7234e5588e262d1 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Mon, 15 Feb 2021 19:47:41 +0100 Subject: [PATCH] 4.11 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f8930e1..2fb37ea2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.11.0](https://github.com/sonata-project/SonataUserBundle/compare/4.10.2...4.11.0) - 2021-02-15 +### Added +- [[#1325](https://github.com/sonata-project/SonataUserBundle/pull/1325)] Support for "doctrine/common:^3". ([@phansys](https://github.com/phansys)) + ## [4.10.2](https://github.com/sonata-project/SonataUserBundle/compare/4.10.1...4.10.2) - 2021-02-05 ### Changed - [[#1323](https://github.com/sonata-project/SonataUserBundle/pull/1323)] `GroupManager::getPager()` return type is `Sonata\DatagridBundle\Pager\PagerInterface`. ([@Jean-ita](https://github.com/Jean-ita))