1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Update Upgrade.md after minor bc break in 2.5.1

The introduction of the second parameter in EntityRepository#createQueryBuilder generates a runtime notice if you have a sub-class of EntityRepository that has a second parameter in the createQueryBuilder method
This commit is contained in:
Klein Thomas 2015-10-06 12:04:48 +02:00 committed by Guilherme Blanco
parent d606efd4eb
commit b9af1c8fa5

View File

@ -1,3 +1,9 @@
# Upgrade to 2.5.1
## Minor BC BREAK: added second parameter $indexBy in EntityRepository#createQueryBuilder method signature
Added way to access the underlying QueryBuilder#from() method's 'indexBy' parameter when using EntityRepository#createQueryBuilder()
# Upgrade to 2.5 # Upgrade to 2.5
## Minor BC BREAK: discriminator map must now include all non-transient classes ## Minor BC BREAK: discriminator map must now include all non-transient classes