From dacd8aa5e38961a01abb68f79bc8dc2285a90073 Mon Sep 17 00:00:00 2001 From: Julien Brochet Date: Sat, 16 Jun 2012 19:50:09 +0300 Subject: [PATCH] tweaked UPGRADE file --- UPGRADE-2.1.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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