From ed3dc8738006f0910f6cae2424d985238c001226 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 26 Apr 2012 22:55:37 +0200 Subject: [PATCH] removed the main CHANGELOG file for 2.1 --- CHANGELOG-2.1.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 CHANGELOG-2.1.md diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md deleted file mode 100644 index e355334f9b..0000000000 --- a/CHANGELOG-2.1.md +++ /dev/null @@ -1,33 +0,0 @@ -CHANGELOG for 2.1.x -=================== - -This changelog references the relevant changes (bug and security fixes) made -in 2.1 minor versions. - -To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash -To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.1.0...v2.1.1 - -2.1.0 ------ - -### AbstractDoctrineBundle - - * This bundle has been removed and the relevant code has been moved to the Doctrine bridge - -### 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). - -### MonologBundle - - * This bundle has been moved to its own repository (https://github.com/symfony/MonologBundle) - -### SwiftmailerBundle - - * This bundle has been moved to its own repository (https://github.com/symfony/SwiftmailerBundle) - * moved the data collector to the bridge - * replaced MessageLogger class with the one from Swiftmailer 4.1.3