Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
39184eb5
Commit
39184eb5
authored
Mar 11, 2012
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated CHANGELOG
parent
755c201c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
doc/changelog.rst
doc/changelog.rst
+2
-0
doc/usage.rst
doc/usage.rst
+1
-1
No files found.
doc/changelog.rst
View file @
39184eb5
...
@@ -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.
...
...
doc/usage.rst
View file @
39184eb5
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment