[FrameworkBundle] added a missing entry in the CHANGELOG

This commit is contained in:
Fabien Potencier 2013-03-23 14:42:22 +01:00
parent 57a0f1bb78
commit 1d778cf5c8
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ CHANGELOG
2.3.0
-----
* added `TimedPhpEngine`
* added `--clean` option the the `translation:update` command
* added `http_method_override` option

View File

@ -18,8 +18,8 @@
<argument type="service" id="templating.name_parser" />
<argument type="service" id="service_container" />
<argument type="service" id="templating.loader" />
<argument type="service" id="debug.stopwatch" />
<argument type="service" id="templating.globals" />
<argument type="service" id="debug.stopwatch" />
</service>
</services>
</container>