From f611b3ee180a80001bf5ec77869b92ce11c8c698 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 22 Sep 2011 09:44:58 +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 435e83323a..af6b5d35d7 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -20,6 +20,10 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * changed the default profiler storage to use the filesystem instead of SQLite * added support for placeholders in route defaults and requirements (replaced by the value set in the service container) +### SecurityBundle + + * added a validator for the user password + ### WebProfilerBundle * The toolbar position can now be configured via the `position` option (can be `top` or `bottom`)