This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md

20 lines
482 B
Markdown
Raw Normal View History

2012-04-26 21:50:35 +01:00
CHANGELOG
=========
2.3.0
-----
* draw retina canvas if devicePixelRatio is bigger than 1
2012-04-26 21:50:35 +01:00
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`)