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

merged branch igorw/json (PR #286)

Commits
-------

a3275875 [json] add changelog entry

Discussion
----------

[json] add changelog entry
parents 19b7503d a3275875
...@@ -3,9 +3,14 @@ Changelog ...@@ -3,9 +3,14 @@ Changelog
This changelog references all backward incompatibilities as we introduce them: This changelog references all backward incompatibilities as we introduce them:
* **2012-03-11**: Added route middlewares * **2012-03-20**: Added ``json`` helper::
* **2012-03-02**: Switched to use Composer for dependency management $data = array('some' => 'data');
$response = $app->json($data);
* **2012-03-11**: Added route middlewares.
* **2012-03-02**: Switched to use Composer for dependency management.
* **2012-02-27**: Updated to Symfony 2.1 session handling. * **2012-02-27**: Updated to Symfony 2.1 session handling.
...@@ -14,7 +19,7 @@ This changelog references all backward incompatibilities as we introduce them: ...@@ -14,7 +19,7 @@ This changelog references all backward incompatibilities as we introduce them:
* **2011-09-22**: ``ExtensionInterface`` has been renamed to * **2011-09-22**: ``ExtensionInterface`` has been renamed to
``ServiceProviderInterface``. All built-in extensions have been renamed ``ServiceProviderInterface``. All built-in extensions have been renamed
accordingly (for instance, ``Silex\Extension\TwigExtension`` has been accordingly (for instance, ``Silex\Extension\TwigExtension`` has been
renamed to ``Silex\Provider\TwigServiceProvider``) renamed to ``Silex\Provider\TwigServiceProvider``).
* **2011-09-22**: The way reusable applications work has changed. The * **2011-09-22**: The way reusable applications work has changed. The
``mount()`` method now takes an instance of ``ControllerCollection`` instead ``mount()`` method now takes an instance of ``ControllerCollection`` instead
......
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