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:
parent
d606efd4eb
commit
b9af1c8fa5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user