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

Commit

Permalink
Added CHANGELOG for #78
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 8, 2016
1 parent 01b9fb3 commit 67d86b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ details.
decorated using the above `CallableMiddlewareWrapper` in order to adapt it
as http-interop middleware.

- [#78](https://github.com/zendframework/zend-stratigility/pull/78) adds a new
method to each of `Zend\Stratigility\MiddlewarePipe`, `Next`, and `Dispatch`:
`raiseThrowables()`. When called, `Dispatch` will no longer wrap dispatch of
middleware in a try/catch block, allowing throwables/exceptions to bubble out.
This enables the ability to create error handling middleware as an outer layer
or your application instead of relying on error middleware and/or the final
handler. Typical usage will be to call the method on the `MiddlewarePipe`
before dispatching it.

### Changed

- [#70](https://github.com/zendframework/zend-stratigility/pull/70) makes the
Expand Down

0 comments on commit 67d86b4

Please sign in to comment.