From 58f8dc5d4ce2dab2b24172b099467fe96feb94a2 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 b864d8614..3d363296b 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -44,6 +44,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