Skip to content

Commit

Permalink
merged branch rouffj/fix-3971 (PR symfony#3998)
Browse files Browse the repository at this point in the history
Commits
-------

991076a Fix symfony#3971

Discussion
----------

Fix symfony#3971
  • Loading branch information
fabpot committed Apr 19, 2012
2 parents 0cd6385 + 991076a commit fd52f93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions UPGRADE-2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
configuration (i.e. `config.yml`), merging could yield a set of base URL's
for multiple environments.

### Doctrine

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()`
After: `new Doctrine\Bundle\DoctrineBundle\DoctrineBundle()`

### HttpFoundation

* Locale management was moved from the Session class to the Request class.
Expand Down

0 comments on commit fd52f93

Please sign in to comment.