diff --git a/UPGRADE-2.1.md b/UPGRADE-2.1.md index 70495271b4..3389cf0563 100644 --- a/UPGRADE-2.1.md +++ b/UPGRADE-2.1.md @@ -15,7 +15,7 @@ ### Doctrine - The DoctrineBundle is moved from the Symfony repository to the Doctrine repository. + * The DoctrineBundle is moved from the Symfony repository to the Doctrine repository. Therefore you should change the namespace of this bundle in your AppKernel.php: Before: `new Symfony\Bundle\DoctrineBundle\DoctrineBundle()` @@ -251,8 +251,6 @@ } ``` - The new method `setDefaultOptions` is described in the section "Deprecations". - * The mapping of property paths to arrays has changed. Previously, a property path "street" mapped to both a field `$street` of