Commit 25a72667 authored by Fabien Potencier's avatar Fabien Potencier

fixed changelog

parent bce44969
...@@ -9,7 +9,7 @@ Changelog ...@@ -9,7 +9,7 @@ Changelog
* added support for the OPTIONS HTTP method * added support for the OPTIONS HTTP method
* added caching for the Translator provider * added caching for the Translator provider
* deprecated `$app['exception_handler']->disable()` in favor of `unset($app['exception_handler'])` * deprecated `$app['exception_handler']->disable()` in favor of `unset($app['exception_handler'])`
* made Silex compatible with Symfony 2.7 (and keep compatibility with Symfony 2.3, 2.5, and 2.6) * made Silex compatible with Symfony 2.7 an 2.8 (and keep compatibility with Symfony 2.3, 2.5, and 2.6)
* removed deprecated TwigCoreExtension class (register the new HttpFragmentServiceProvider instead) * removed deprecated TwigCoreExtension class (register the new HttpFragmentServiceProvider instead)
* bumped minimum version of PHP to 5.3.9 * bumped minimum version of PHP to 5.3.9
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment