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

Commit 6e6ddc8

Browse files
committed
Added CHANGELOG for #403
1 parent ccee9b2 commit 6e6ddc8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

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

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

5+
## 1.0.5 - TBD
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Deprecated
12+
13+
- Nothing.
14+
15+
### Removed
16+
17+
- Nothing.
18+
19+
### Fixed
20+
21+
- [#403](https://github.com/zendframework/zend-expressive/pull/403) updates the
22+
`AppFactory::create()` logic to raise exceptions in either of the following
23+
scenarios:
24+
- no container is specified, and the class `Zend\ServiceManager\ServiceManager`
25+
is not available.
26+
- no router is specified, and the class `Zend\Expressive\Router\FastRouteRouter`
27+
is not available.
28+
529
## 1.0.4 - 2016-12-07
630

731
### Added

0 commit comments

Comments
 (0)