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

Commit

Permalink
Adds CHANGELOG entry for #646
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 8, 2018
1 parent 6bad82f commit c48f901
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 3.2.1 - TBD
## 3.2.1 - 2018-11-08

### Added

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

### Fixed

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

## 3.2.0 - 2018-09-27

Expand Down

0 comments on commit c48f901

Please sign in to comment.