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 #395
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 11, 2016
1 parent f6bc9da commit fc250dc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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

## 1.0.3 - 2016-11-11

### Added

- Nothing.

### Changes

- [#395](https://github.com/zendframework/zend-expressive/pull/395) updates
`Application::__invoke()` to add an error handler to swallow deprecation
notices due to triggering error middleware when using Stratigility 1.3+. Since
error middleware is triggered whenever the `raiseThrowables` flag is not
enabled and an error or empty queue situation is encountered, handling it this
way prevents any such errors from bubbling out of the application.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 1.0.2 - 2016-11-11

### Added
Expand Down

0 comments on commit fc250dc

Please sign in to comment.