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

Commit 5d7747b

Browse files
committed
Adds CHANGELOG entries for #568
1 parent cd9d49f commit 5d7747b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

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

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

5+
## 3.0.0alpha9 - TBD
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- [#568](https://github.com/zendframework/zend-expressive/pull/568) updates the
14+
zendframework/zend-stratigility dependency to require at least 3.0.0alpha4.
15+
16+
- [#568](https://github.com/zendframework/zend-expressive/pull/568) updates the
17+
`ErrorHandlerFactory` to pull the `Psr\Http\Message\ResponseInterface`
18+
service, which returns a factory capable of returning a response instance,
19+
and passes it to the `Zend\Stratigility\Middleware\ErrorHandler` instance it
20+
creates, as that class changes in 3.0.0alpha4 such that it now expects a
21+
factory instead of an instance.
22+
23+
### Deprecated
24+
25+
- Nothing.
26+
27+
### Removed
28+
29+
- Nothing.
30+
31+
### Fixed
32+
33+
- Nothing.
34+
535
## 3.0.0alpha8 - 2018-02-21
636

737
### Added

0 commit comments

Comments
 (0)