Commit 39184eb5 authored by Fabien Potencier's avatar Fabien Potencier

updated CHANGELOG

parent 755c201c
...@@ -3,6 +3,8 @@ Changelog ...@@ -3,6 +3,8 @@ 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-02**: Switched to use Composer for dependency management * **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.
......
...@@ -387,7 +387,7 @@ The after filter has access to the Request and the Response:: ...@@ -387,7 +387,7 @@ The after filter has access to the Request and the Response::
The filters are only run for the "master" Request. The filters are only run for the "master" Request.
Route middlewares Route middlewares
~~~~~~~~~~~~~~~~~ -----------------
Route middlewares are PHP callables which are triggered when their associated Route middlewares are PHP callables which are triggered when their associated
route is matched. They are fired just before the route callback, but after the route is matched. They are fired just before the route callback, but after the
......
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