1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Merge pull request #1529 from tkleinhakisa/2.1-upgrade

Update Upgrade.md after minor bc break in 2.5.0
This commit is contained in:
Guilherme Blanco 2015-11-08 22:54:20 -05:00
commit 1187c51a89

View File

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