This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5- ## 1.8.6 - TBD
5+ ## 1.8.6 - 2018-09-05
66
77### Added
88
99- Nothing.
1010
1111### Changed
1212
13- - Nothing.
13+ - [ #325 ] ( https://github.com/zendframework/zend-diactoros/pull/325 ) changes the behavior of ` ServerRequest::withParsedBody() ` . Per
14+ - PSR-7, it now no longer allows values other than ` null ` , arrays, or objects.
15+
16+ - [ #325 ] ( https://github.com/zendframework/zend-diactoros/pull/325 ) changes the behavior of each of ` Request ` , ` ServerRequest ` , and
17+ ` Response ` in relation to the validation of header values. Previously, we
18+ allowed empty arrays to be provided via ` withHeader() ` ; however, this was
19+ contrary to the PSR-7 specification. Empty arrays are no longer allowed.
1420
1521### Deprecated
1622
@@ -22,7 +28,11 @@ All notable changes to this project will be documented in this file, in reverse
2228
2329### Fixed
2430
25- - Nothing.
31+ - [ #325 ] ( https://github.com/zendframework/zend-diactoros/pull/325 ) ensures that ` Uri::withUserInfo() ` no longer ignores values of
32+ ` 0 ` (numeric zero).
33+
34+ - [ #325 ] ( https://github.com/zendframework/zend-diactoros/pull/325 ) fixes how header values are merged when calling
35+ ` withAddedHeader() ` , ensuring that array keys are ignored.
2636
2737## 1.8.5 - 2018-08-10
2838
You can’t perform that action at this time.
0 commit comments