From 5fc7e653fe4a20120a70c76df5db937036ce3030 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sat, 8 Feb 2014 15:41:54 +0100 Subject: [PATCH] Update UPGRADE.md notes with BC mention. --- UPGRADE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index b51050de0..ffbc525f4 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -91,6 +91,12 @@ Now parenthesis are considered, the previous DQL will generate: # Upgrade to 2.3 +## Auto Discriminator Map breaks userland implementations with Listener + +The new feature to detect discriminator maps automatically when none +are provided breaks userland implementations doing this with a +listener in ``loadClassMetadata`` event. + ## EntityManager#find() not calls EntityRepository#find() anymore Previous to 2.3, calling ``EntityManager#find()`` would be delegated to