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

Commit 995f5a2

Browse files
committed
Adds the 3.0.0alpha4 changelog
1 parent bd96bdf commit 995f5a2

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.0alpha4 - 2018-02-07
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- [#549](https://github.com/zendframework/zend-expressive/pull/549) modifies how
26+
the `ServerRequestFactoryFactory` returns the
27+
`ServerRequestFactory::fromGlobals()` mechanism, wrapping it in an anonymous
28+
function. This ensures compatibility across all containers.
29+
30+
- [#550](https://github.com/zendframework/zend-expressive/pull/550) fixes how
31+
the `ConfigProvider` references the `ErrorResponseGenerator`, using the
32+
`Zend\Expressive\Middleware` namespace instead of the
33+
`Zend\Stratigility\Middleware` namespace.
34+
535
## 3.0.0alpha3 - 2018-02-06
636

737
### Added

0 commit comments

Comments
 (0)