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

Commit

Permalink
Added CHANGELOG for #236
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 1, 2017
1 parent cf5c4c5 commit 47a1a11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ All notable changes to this project will be documented in this file, in reverse
it will be marshaled into a `Zend\Stratigility\MiddlewarePipe` instance, using
the same rules as if you specified a single middleware.

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

### Deprecated

- Nothing.
Expand Down

0 comments on commit 47a1a11

Please sign in to comment.