1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Update UPGRADE.md notes with BC mention.

This commit is contained in:
Benjamin Eberlei 2014-02-08 15:41:54 +01:00
parent 7d3ecd9481
commit 58f8dc5d4c

View File

@ -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