From 47a1a119dfbadedb50616b0974fb76e3cfddf8fc Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 1 May 2017 15:18:37 -0500 Subject: [PATCH] Added CHANGELOG for #236 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f6e14fa..fd33ca37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.