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

Commit

Permalink
Merge branch 'hotfix/next-as-delegate-with-error' into develop
Browse files Browse the repository at this point in the history
Forward port #85

Conflicts:
	CHANGELOG.md
	src/Next.php
	test/MiddlewarePipeTest.php
	test/NextTest.php
  • Loading branch information
weierophinney committed Nov 11, 2016
2 parents 93c212f + 14079ea commit f1e9189
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,29 @@ details.

- Nothing.

## 1.3.1 - 2016-11-10

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#85](https://github.com/zendframework/zend-stratigility/pull/85) fixes an
issue with how the `$done` or `$nextDelegate` is invoked by `Next` when an
error is present. Previously, the class was detecting a `Next` instance as an
http-interop `DelegateInterface` instance and dropping the error; this would
then mean if the instance contained error middleware, it would never be
dispatched.

## 1.3.0 - 2016-11-10

### Added
Expand Down

0 comments on commit f1e9189

Please sign in to comment.