From e3091a50e987e951d1c089726bdd21674418ff46 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 21 May 2017 13:14:12 +0200 Subject: [PATCH] [DoctrineBridge] add missing changelog entries --- src/Symfony/Bridge/Doctrine/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Symfony/Bridge/Doctrine/CHANGELOG.md b/src/Symfony/Bridge/Doctrine/CHANGELOG.md index 2cfb583d81884..8ac901e27fc3f 100644 --- a/src/Symfony/Bridge/Doctrine/CHANGELOG.md +++ b/src/Symfony/Bridge/Doctrine/CHANGELOG.md @@ -4,6 +4,11 @@ CHANGELOG 4.0.0 ----- + * the first constructor argument of the `DoctrineChoiceLoader` class must be + an `ObjectManager` implementation + * removed the `MergeDoctrineCollectionListener::onBind()` method + * trying to reset a non-lazy manager service using the `ManagerRegistry::resetService()` + method throws an exception * removed the `DoctrineParserCache` class 3.1.0