Commit 1b5f29d3 authored by Fabien Potencier's avatar Fabien Potencier

updated the changelog

parent fd1fb2ae
...@@ -4,6 +4,7 @@ Changelog ...@@ -4,6 +4,7 @@ Changelog
1.3.0 (2015-XX-XX) 1.3.0 (2015-XX-XX)
------------------ ------------------
* added view handlers
* 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'])`
......
...@@ -580,7 +580,7 @@ making them a good candidate for basic content negotiation:: ...@@ -580,7 +580,7 @@ making them a good candidate for basic content negotiation::
View Handlers will be examined in the order they are added to the application View Handlers will be examined in the order they are added to the application
and Silex will use type hints to determine if a view handler should be used for and Silex will use type hints to determine if a view handler should be used for
the current result, continously using the return value of the last view handler the current result, continuously using the return value of the last view handler
as the input for the next. as the input for the next.
.. note:: .. note::
......
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