Skip to content

Commit

Permalink
Clarify BC break in DDC-2156
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Nov 27, 2012
1 parent f75c3b5 commit 8613228
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UPGRADE.md
@@ -1,5 +1,13 @@
# Upgrade to 2.3

## EntityManager#find() not calls EntityRepository#find() anymore

Previous to 2.3, calling ``EntityManager#find()`` would be delegated to
``EntityRepository#find()``. This has lead to some unexpected behavior in the
core of Doctrine when people have overwritten the find method in their
repositories. That is why this behavior has been reversed in 2.3, and
``EntityRepository#find()`` calls ``EntityManager#find()`` instead.

## EntityGenerator add*() method generation

When generating an add*() method for a collection the EntityGenerator will now not
Expand Down

0 comments on commit 8613228

Please sign in to comment.