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

Commit c341ed4

Browse files
committed
Adds CHANGELOG entry for #140
1 parent 4434d7d commit c341ed4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ All notable changes to this project will be documented in this file, in reverse
2525

2626
### Fixed
2727

28+
- [#140](https://github.com/zendframework/zend-http/pull/140) fixes retrieval of headers when multiple headers of the same name
29+
are added to the `Headers` instance; it now ensures that the last header added of the same
30+
type is retrieved when it is not a multi-value type. Previous values are overwritten.
31+
2832
- [#112](https://github.com/zendframework/zend-http/pull/112) provides performance improvements when parsing large chunked messages.
2933

3034
- introduces changes to `Response::fromString()` to pull the next line of the response

0 commit comments

Comments
 (0)