updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-11-01 15:25:47 +01:00
parent 3f38b9c537
commit 448b0de9d9

View File

@ -15,8 +15,13 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* added a default implementation of the ManagerRegistry
* added a session storage for Doctrine DBAL
### AbtractDoctrineBundle
* This bundle has been removed and the relevant code has been moved to the Doctrine bridge
### DoctrineBundle
* added optional `group_by` property to `EntityType` that supports either a `PropertyPath` or a `\Closure` that is evaluated on the entity choices
* The `em` option for the `UniqueEntity` constraint is now optional (and should probably not be used anymore).
### FrameworkBundle