From f6e4c2a4286cd6fc843c0dc1963614172503bd4a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 7 Oct 2011 14:12:01 +0200 Subject: [PATCH] updated CHANGELOG for 2.1 --- CHANGELOG-2.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 041d6d373c..24094c2080 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -10,6 +10,10 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c 2.1.0 ----- +### DoctrineBrige + + * Added a session storage for Dotrine DBAL + ### DoctrineBundle * The `em` option for the `UniqueEntity` constraint is now optional (and should probably not be used anymore).