Move to 2.5 section
This commit is contained in:
parent
e682f48422
commit
8535e01115
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
|
||||
|
||||
## 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
|
||||
|
||||
## BC BREAK: Compatibility Bugfix in PersistentCollection#matching()
|
||||
|
Loading…
x
Reference in New Issue
Block a user