We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6feb5 commit 7d4052cCopy full SHA for 7d4052c
UPGRADE.md
@@ -1,4 +1,4 @@
1
-# Upgrade to 2.14
+# Upgrade to 2.15
2
3
## Deprecated stubs for "concrete table inheritance"
4
@@ -10,6 +10,8 @@ now deprecated and will be removed in 3.0.
10
* Using `TABLE_PER_CLASS` as the value for the `InheritanceType` attribute or annotation
11
or in XML configuration files.
12
13
+# Upgrade to 2.14
14
+
15
## Deprecated `Doctrine\ORM\Persisters\Exception\UnrecognizedField::byName($field)` method.
16
17
Use `Doctrine\ORM\Persisters\Exception\UnrecognizedField::byFullyQualifiedName($className, $field)` instead.
0 commit comments