From 42fe9fc35fc7821f585379afe67d4a8bec7c2c5e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 3 Jan 2012 11:18:20 +0100 Subject: [PATCH] updated CHANGELOG for 2.1 --- CHANGELOG-2.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 90e835a379..a8c7c9ec2c 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -25,6 +25,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c ### DoctrineBundle + * This bundle has been moved to the Doctrine organization * 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).