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

Commit af84c3a

Browse files
committed
Adds CHANGELOG entry for #627
Also sets date for 3.0.3 release.
1 parent 1cd2fbd commit af84c3a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 3.0.3 - TBD
5+
## 3.0.3 - 2018-07-25
66

77
### Added
88

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

2323
### Fixed
2424

25-
- Nothing.
25+
- [#627](https://github.com/zendframework/zend-expressive/pull/627) fixes an issue in the Whoops response generator; previously, if an error or
26+
exception occurred in an `ErrorHandler` listener or prior to handling the pipeline,
27+
Whoops would fail to intercept, resulting in an empty response with status 200. With
28+
the patch, it properly intercepts and displays the errors.
2629

2730
## 3.0.2 - 2018-04-10
2831

0 commit comments

Comments
 (0)