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

Commit fc250dc

Browse files
committed
Added CHANGELOG for #395
1 parent f6bc9da commit fc250dc

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

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

5+
## 1.0.3 - 2016-11-11
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changes
12+
13+
- [#395](https://github.com/zendframework/zend-expressive/pull/395) updates
14+
`Application::__invoke()` to add an error handler to swallow deprecation
15+
notices due to triggering error middleware when using Stratigility 1.3+. Since
16+
error middleware is triggered whenever the `raiseThrowables` flag is not
17+
enabled and an error or empty queue situation is encountered, handling it this
18+
way prevents any such errors from bubbling out of the application.
19+
20+
### Deprecated
21+
22+
- Nothing.
23+
24+
### Removed
25+
26+
- Nothing.
27+
28+
### Fixed
29+
30+
- Nothing.
31+
532
## 1.0.2 - 2016-11-11
633

734
### Added

0 commit comments

Comments
 (0)