1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Move to 2.5 section

This commit is contained in:
Klein Thomas 2015-10-09 09:05:52 +02:00 committed by Thomas Klein
parent e682f48422
commit 8535e01115

View File

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