diff --git a/UPGRADE.md b/UPGRADE.md index 486f63cd00d..0346a4d2ad9 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,4 +1,4 @@ -# Upgrade to 2.14 +# Upgrade to 2.15 ## Deprecated stubs for "concrete table inheritance" @@ -10,6 +10,8 @@ now deprecated and will be removed in 3.0. * Using `TABLE_PER_CLASS` as the value for the `InheritanceType` attribute or annotation or in XML configuration files. +# Upgrade to 2.14 + ## Deprecated `Doctrine\ORM\Persisters\Exception\UnrecognizedField::byName($field)` method. Use `Doctrine\ORM\Persisters\Exception\UnrecognizedField::byFullyQualifiedName($className, $field)` instead.