From 95334e976446a855c9e0c0b9cab1a8040e46112f Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Tue, 27 Nov 2012 22:25:58 +0100 Subject: [PATCH] Clarify BC break in DDC-2156 --- UPGRADE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index 387337083..1594f0c98 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,5 +1,13 @@ # Upgrade to 2.3 +## EntityManager#find() not calls EntityRepository#find() anymore + +Previous to 2.3, calling ``EntityManager#find()`` would be delegated to +``EntityRepository#find()``. This has lead to some unexpected behavior in the +core of Doctrine when people have overwritten the find method in their +repositories. That is why this behavior has been reversed in 2.3, and +``EntityRepository#find()`` calls ``EntityManager#find()`` instead. + ## EntityGenerator add*() method generation When generating an add*() method for a collection the EntityGenerator will now not