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

Commit b6ff206

Browse files
committed
Adds CHANGELOG entry for #547
1 parent 5d8e965 commit b6ff206

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

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

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

5+
## 3.0.0alpha5 - 2018-02-07
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- [#547](https://github.com/zendframework/zend-expressive/pull/547) modifies the
14+
`ConfigProvider`, the `NotFoundMiddlewareFactory`, and the
15+
`RouteMiddlewareFactory` to remove the concept of the _unshared_
16+
`ResponseInterface` service, as service sharing is not always configurable in
17+
container implementations. To resolve the ability to provide discrete
18+
instances, the `ConfigProvider` defines two new virtual services that each
19+
resolve to the `Zend\Expressive\Container\ResponseFactory`:
20+
21+
- `Zend\Expressive\Response\NotFoundResponseInterface`
22+
- `Zend\Expressive\Response\RouterResponseInterface`
23+
24+
The related factories now consume these services in order to receive a
25+
response prototype for the services they produce.
26+
27+
### Deprecated
28+
29+
- Nothing.
30+
31+
### Removed
32+
33+
- Nothing.
34+
35+
### Fixed
36+
37+
- Nothing.
38+
539
## 3.0.0alpha4 - 2018-02-07
640

741
### Added

0 commit comments

Comments
 (0)