Move to 2.5 section
This commit is contained in:
parent
b9af1c8fa5
commit
bc82e94afc
10
UPGRADE.md
10
UPGRADE.md
@ -1,9 +1,3 @@
|
|||||||
# 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
|
||||||
@ -144,6 +138,10 @@ From now on, the resultset will look like this:
|
|||||||
...
|
...
|
||||||
)
|
)
|
||||||
|
|
||||||
|
## 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.4
|
# Upgrade to 2.4
|
||||||
|
|
||||||
## BC BREAK: Compatibility Bugfix in PersistentCollection#matching()
|
## BC BREAK: Compatibility Bugfix in PersistentCollection#matching()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user