updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-09-22 09:44:58 +02:00
parent 50570ba819
commit f611b3ee18

View File

@ -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`)