[WebProfilerBundle] added CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-26 22:50:35 +02:00
parent 41465e655c
commit 6e8b369cbb
2 changed files with 14 additions and 9 deletions

View File

@ -141,12 +141,3 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* added the real template name when an error occurs in a Twig template
* added the twig:lint command that will validate a Twig template syntax.
### 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`)

View File

@ -0,0 +1,14 @@
CHANGELOG
=========
2.1.0
-----
* deprecated the verbose setting (not relevant anymore)
* [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`)