updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-12-13 14:18:21 +01:00
parent bf45b22447
commit 2973d160a2

View File

@ -89,6 +89,10 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### WebProfilerBundle
[BC BREAK] You must clear old profiles after upgrading to 2.1 (don't forget to
remove the table if you are using a DB)
* added support for the request method
* added a routing panel
* added a timeline panel
* The toolbar position can now be configured via the `position` option (can be `top` or `bottom`)