diff --git a/UPGRADE.md b/UPGRADE.md index 9e6c0cb2253..e20a8fef89b 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,3 +1,10 @@ +# Upgrade to 2.20 + +## PARTIAL DQL syntax is undeprecated for non-object hydration + +Use of the PARTIAL keyword is not deprecated anymore in DQL when used with a hydrator +that is not creating entities, such as the ArrayHydrator. + # Upgrade to 2.19 ## Deprecate calling `ClassMetadata::getAssociationMappedByTargetField()` with the owning side of an association @@ -15,11 +22,6 @@ to find out. Use `Doctrine\ORM\Query\TokenType::T_*` instead. -## PARTIAL DQL syntax is undeprecated for non-object hydration - -Use of the PARTIAL keyword is not deprecated anymore in DQL when used with a hydrator -that is not creating entities, such as the ArrayHydrator. - # Upgrade to 2.17 ## Deprecate annotations classes for named queries