updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-09-22 08:28:07 +02:00
parent 2b27c38e7f
commit 8b511c0682

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)
### WebProfilerBundle
* The toolbar position can now be configured via the `position` option (can be `top` or `bottom`)
### ClassLoader
* added support for loading globally-installed PEAR packages