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

Commit e8bbf18

Browse files
committed
Added CHANGELOG for #393
1 parent c15b416 commit e8bbf18

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

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

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

5+
## 1.0.2 - 2016-11-11
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changes
12+
13+
- [#393](https://github.com/zendframework/zend-expressive/pull/393) updates
14+
`Application::run()` to inject the request with an `originalResponse`
15+
attribute using the provided response as the value.
16+
17+
### Deprecated
18+
19+
- Nothing.
20+
21+
### Removed
22+
23+
- Nothing.
24+
25+
### Fixed
26+
27+
- [#393](https://github.com/zendframework/zend-expressive/pull/393) fixes how
28+
each of the `TemplatedErrorHandler` and `WhoopsErrorHandler` access the
29+
"original" request, URI, and/or response. Previously, these used
30+
Stratigility-specific methods; they now use request attributes, eliminating
31+
deprecation notices emitted in Stratigility 1.3+ versions.
32+
533
## 1.0.1 - 2016-11-11
634

735
### Added

0 commit comments

Comments
 (0)