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

Commit c76b9b1

Browse files
committed
Added CHANGELOG for #222
1 parent f9e7829 commit c76b9b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ All notable changes to this project will be documented in this file, in reverse
1818

1919
### Fixed
2020

21-
- Nothing.
21+
- [#222](https://github.com/zendframework/zend-diactoros/pull/222) fixes the
22+
`SapiStreamEmitter`'s handling of the `Content-Range` header to properly only
23+
emit a range of bytes if the header value is in the form `bytes {first-last}/length`.
24+
This allows using other range units, such as `items`, without incorrectly
25+
emitting truncated content.
2226

2327
## 1.3.7 - 2016-10-11
2428

0 commit comments

Comments
 (0)