Skip to content

Commit 7d4052c

Browse files
authored
Fix version number in UPGRADE.md (#10428)
This was a mistake in #10423.
1 parent fc6feb5 commit 7d4052c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

UPGRADE.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upgrade to 2.14
1+
# Upgrade to 2.15
22

33
## Deprecated stubs for "concrete table inheritance"
44

@@ -10,6 +10,8 @@ now deprecated and will be removed in 3.0.
1010
* Using `TABLE_PER_CLASS` as the value for the `InheritanceType` attribute or annotation
1111
or in XML configuration files.
1212

13+
# Upgrade to 2.14
14+
1315
## Deprecated `Doctrine\ORM\Persisters\Exception\UnrecognizedField::byName($field)` method.
1416

1517
Use `Doctrine\ORM\Persisters\Exception\UnrecognizedField::byFullyQualifiedName($className, $field)` instead.

0 commit comments

Comments
 (0)