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

Commit 3d16e5b

Browse files
committed
Adds CHANGELOG entry for #154
1 parent ee89e80 commit 3d16e5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

77
### Added
88

9+
- [#154](https://github.com/zendframework/zend-http/pull/154) adds the method `SetCookie::setEncodeValue()`. By default, Set-Cookie
10+
values are passed through `urlencode()`; when a boolean `false` is provided to
11+
this new method, the raw value will be used instead.
12+
913
- [#166](https://github.com/zendframework/zend-http/pull/166) adds support for PHP 7.3.
1014

1115
### Changed
1216

17+
- [#154](https://github.com/zendframework/zend-http/pull/154) changes the behavior of `SetCookie::fromString()` slightly: if the parsed
18+
cookie value is the same as the one passed through `urldecode()`, the
19+
`SetCookie` header's `$encodeValue` property will be toggled off to ensure the
20+
value is not encoded in subsequent serializations, thus retaining the
21+
integrity of the value between usages.
22+
1323
- [#161](https://github.com/zendframework/zend-http/pull/161) changes how the Socket and Test adapters aggregate headers. Previously,
1424
they would `ucfirst()` the header name; now, they correctly leave the header
1525
names untouched, as header names should be considered case-insensitive.

0 commit comments

Comments
 (0)