Skip to content

Commit

Permalink
Move to 2.5 section
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinhakisa committed Oct 9, 2015
1 parent 8534d25 commit 05538fa
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -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

## BC BREAK: NamingStrategy has a new method ``embeddedFieldToColumnName($propertyName, $embeddedColumnName)``
Expand Down Expand Up @@ -55,6 +49,10 @@ This in fact is really a minor BC BREAK and should not have any affect on databa
other than SQL Server because it is the only one that supports and therefore cares about
``LockMode::NONE``. It's really just a FIX for SQL Server environments using ORM.

## 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

Expand Down

0 comments on commit 05538fa

Please sign in to comment.