diff --git a/UPGRADE.md b/UPGRADE.md index 1869e9f28ff..189d8d0a1bf 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,3 +1,9 @@ +# Upgrade to 3.3 + +## Deprecate `DatabaseDriver` + +The class `Doctrine\ORM\Mapping\Driver\DatabaseDriver` is deprecated without replacement. + # Upgrade to 3.2 ## Deprecate the `NotSupported` exception diff --git a/src/Mapping/Driver/DatabaseDriver.php b/src/Mapping/Driver/DatabaseDriver.php index 49e2e93520c..301e44a97e2 100644 --- a/src/Mapping/Driver/DatabaseDriver.php +++ b/src/Mapping/Driver/DatabaseDriver.php @@ -35,6 +35,8 @@ /** * The DatabaseDriver reverse engineers the mapping metadata from a database. * + * @deprecated No replacement planned + * * @link www.doctrine-project.org */ class DatabaseDriver implements MappingDriver