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

Commit d4e4862

Browse files
committed
Added CHANGELOG for #110
1 parent 89230fa commit d4e4862

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#110](https://github.com/zendframework/zend-diactoros/pull/110) adds
10+
`Zend\Diactoros\Response\SapiEmitterTrait`, which provides the following
11+
private method definitions:
12+
- `injectContentLength()`
13+
- `emitStatusLine()`
14+
- `emitHeaders()`
15+
- `flush()`
16+
- `filterHeader()`
17+
The `SapiEmitter` implementation has been updated to remove those methods and
18+
instead compose the trait.
1019

1120
### Deprecated
1221

0 commit comments

Comments
 (0)