Skip to content

Commit

Permalink
Merge branch 'DDC-2156' into 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Nov 27, 2012
2 parents f75c3b5 + 8613228 commit 287b29a
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 287b29a

Please sign in to comment.