Skip to content

Commit

Permalink
Create 2.7 upgrade headline for deprecation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException authored and Majkl578 committed Nov 11, 2018
1 parent 91f4023 commit 017f084
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Upgrade to 2.7

## Deprecated: `Doctrine\ORM\EntityManagerInterface#copy()`

Method `Doctrine\ORM\EntityManagerInterface#copy()` never got its implementation and is deprecated.
It will be removed in 3.0.

# Upgrade to 2.6

## Added `Doctrine\ORM\EntityRepository::count()` method
Expand Down Expand Up @@ -37,11 +44,6 @@ As a consequence, automatic cache setup in Doctrine\ORM\Tools\Setup::create*Conf
- Memcached extension (ext-memcached) will be used instead of obsolete Memcache (ext-memcache).
- XCache support was dropped as it doesn't work with PHP 7.

## Deprecated: `Doctrine\ORM\EntityManagerInterface#copy()`

Method `Doctrine\ORM\EntityManagerInterface#copy()` never got its implementation and is deprecated.
It will be removed in 3.0.

# Upgrade to 2.5

## Minor BC BREAK: removed `Doctrine\ORM\Query\SqlWalker#walkCaseExpression()`
Expand Down

0 comments on commit 017f084

Please sign in to comment.