From 19514012c847a456d31ba9c95ee882a9709690f6 Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Thu, 4 Jan 2018 21:19:54 +0100 Subject: [PATCH] Create 2.7 upgrade headline for deprecation changes --- UPGRADE.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 6a030bd15db..fafc3ad4bdb 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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 @@ -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()`