From 8df31aa8e9b5198a702d595896e3f14bf639d608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 12 Jan 2020 16:34:25 +0100 Subject: [PATCH] 3.14.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9105bac11..e1bbeb197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.14.0](https://github.com/sonata-project/SonataPageBundle/compare/3.13.0...3.14.0) - 2020-01-12 +Changelog + +### Changed +- `BlockInteractor` constructor's argument $registry is now an instance of + `Doctrine\Persistence\ManagerRegistry` +- `Transformer` constructor's argument $registry is now an instance of + `Doctrine\Persistence\ManagerRegistry` + +### Fixed +- deprecations from `doctrine/persistence` + ## [3.13.0](https://github.com/sonata-project/SonataPageBundle/compare/3.12.0...3.13.0) - 2019-10-21 ### Added - Add missing translation for admin menu