[DoctrineBridge] added CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-26 22:41:39 +02:00
parent 4879cea209
commit 41465e655c
2 changed files with 9 additions and 6 deletions

View File

@ -10,12 +10,6 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
2.1.0
-----
### DoctrineBridge
* added a default implementation of the ManagerRegistry
* added a session storage for Doctrine DBAL
* DoctrineOrmTypeGuesser now guesses "collection" for array Doctrine type
### AbstractDoctrineBundle
* This bundle has been removed and the relevant code has been moved to the Doctrine bridge

View File

@ -0,0 +1,9 @@
CHANGELOG
=========
2.1.0
-----
* added a default implementation of the ManagerRegistry
* added a session storage for Doctrine DBAL
* DoctrineOrmTypeGuesser now guesses "collection" for array Doctrine type