8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cd6385 + 991076a commit fd52f93Copy full SHA for fd52f93
UPGRADE-2.1.md
@@ -13,6 +13,14 @@
13
configuration (i.e. `config.yml`), merging could yield a set of base URL's
14
for multiple environments.
15
16
+### Doctrine
17
+
18
+ The DoctrineBundle is moved from the Symfony repository to the Doctrine repository.
19
+ Therefore you should change the namespace of this bundle in your AppKernel.php:
20
21
+ Before: `new Symfony\Bundle\DoctrineBundle\DoctrineBundle()`
22
+ After: `new Doctrine\Bundle\DoctrineBundle\DoctrineBundle()`
23
24
### HttpFoundation
25
26
* Locale management was moved from the Session class to the Request class.
0 commit comments