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 105d9e998b
commit 5fc7e653fe

View File

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