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

Commit c48f901

Browse files
committedNov 8, 2018
Adds CHANGELOG entry for #646
1 parent 6bad82f commit c48f901

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 3.2.1 - TBD
5+
## 3.2.1 - 2018-11-08
66

77
### Added
88

@@ -22,7 +22,12 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25-
- Nothing.
25+
- [#646](https://github.com/zendframework/zend-expressive/pull/646) fixes behavior in the `MiddlewareContainer` when retrieving
26+
services that implement both `RequestHandlerInterface` and
27+
`MiddlewareInterface`. Previously, it incorrectly cast these values to
28+
`RequestHandlerMiddleware`, which could cause middleware pipelines to fail if
29+
they attempted to delegate back to the application middleware pipeline. These
30+
values are now correctly returned verbatim.
2631

2732
## 3.2.0 - 2018-09-27
2833

0 commit comments

Comments
 (0)
This repository has been archived.