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

Commit 9010659

Browse files
committedFeb 5, 2018
Adds CHANGELOG entry for 1.0.0
1 parent dd5fd46 commit 9010659

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed
 

‎CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,29 @@
22

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

5-
## 0.1.0 - TBD
5+
## 1.0.0 - 2018-02-05
6+
7+
Initial stable release.
8+
9+
The `Zend\HttpRequestHandler\Emitter` subcomponent was originally released as
10+
part of two packages:
11+
12+
- `EmitterInterface` and the two SAPI emitter implementations were released
13+
previously as part of the [zend-diactoros](https://docs.zendframework.com/zend-daictoros)
14+
package.
15+
16+
- `EmitterStack` was previously released as part of the
17+
[zend-expressive](https://docs.zendframework.com/zend-expressive/) package.
18+
19+
These features are mostly verbatim from that package, with minor API changes.
20+
21+
The `RequestHandlerRunner` was originally developed as part of version 3
22+
development of zend-expressive, but extracted here for general use with
23+
[PSR-15](https://www.php-fig.org/psr/psr-15) applications.
624

725
### Added
826

9-
- Nothing.
27+
- Everything.
1028

1129
### Changed
1230

0 commit comments

Comments
 (0)