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

Commit 9c4632e

Browse files
committed
Added CHANGELOG for #217
1 parent 6a4bf9f commit 9c4632e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#217](https://github.com/zendframework/zend-mvc/pull/217) adds support for
10+
middleware _pipelines_ when using the `MiddlewareListener`. You can now
11+
specify an _array` of middleware for the `middleware` attached to a route, and
12+
it will be marshaled into a `Zend\Stratigility\MiddlewarePipe` instance, using
13+
the same rules as if you specified a single middleware.
1014

1115
### Deprecated
1216

0 commit comments

Comments
 (0)