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

Commit c13c528

Browse files
committed
Adds CHANGELOG entry for #2 under 1.0.1 release notes
1 parent 9161c9e commit c13c528

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

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

5-
## 1.0.1 - TBD
5+
## 1.0.1 - 2018-02-21
66

77
### Added
88

99
- Nothing.
1010

1111
### Changed
1212

13-
- Nothing.
13+
- [#2](https://github.com/zendframework/zend-httphandlerrunner/pull/2) modifies
14+
how the request and error response factories are composed with the
15+
`RequestHandlerRunner` class. In both cases, they are now encapsulated in a
16+
closure which also defines a return type hint, ensuring that if the factories
17+
produce an invalid return type, a PHP `TypeError` will be raised.
1418

1519
### Deprecated
1620

0 commit comments

Comments
 (0)