Skip to content

Commit

Permalink
tweaked UPGRADE file
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Jun 16, 2012
1 parent bc147d3 commit dacd8aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions UPGRADE-2.1.md
Expand Up @@ -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()`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dacd8aa

Please sign in to comment.