updated CHANGELOG for 2.1

This commit is contained in:
Fabien Potencier 2011-10-23 12:00:47 +02:00
parent 2e1344eb7e
commit b876412d3b

View File

@ -34,6 +34,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### WebProfilerBundle
* added a timeline panel
* The toolbar position can now be configured via the `position` option (can be `top` or `bottom`)
### Console
@ -73,6 +74,8 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
### HttpKernel
* added a Stopwatch class
* added WarmableInterface
* improved extensibility between bundles
* added a File-based profiler storage
* added a MongoDB-based profiler storage