Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 47a1a11

Browse files
committedMay 1, 2017
Added CHANGELOG for #236
1 parent cf5c4c5 commit 47a1a11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ All notable changes to this project will be documented in this file, in reverse
1212
it will be marshaled into a `Zend\Stratigility\MiddlewarePipe` instance, using
1313
the same rules as if you specified a single middleware.
1414

15+
- [#236](https://github.com/zendframework/zend-mvc/pull/236) adds the ability to
16+
attach dispatch listeners to middleware when using the `MiddlewareListener`.
17+
Attach shared events to the class identifier `Zend\Mvc\Controller\MiddlewareController`.
18+
This feature helps ensure that listeners that should run for every controller
19+
(e.g., authentication or authorization listeners) will run even for
20+
middleware.
21+
1522
### Deprecated
1623

1724
- Nothing.

0 commit comments

Comments
 (0)