This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
4
5
- ## 1.8.6 - TBD
5
+ ## 1.8.6 - 2018-09-05
6
6
7
7
### Added
8
8
9
9
- Nothing.
10
10
11
11
### Changed
12
12
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.
14
20
15
21
### Deprecated
16
22
@@ -22,7 +28,11 @@ All notable changes to this project will be documented in this file, in reverse
22
28
23
29
### Fixed
24
30
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.
26
36
27
37
## 1.8.5 - 2018-08-10
28
38
You can’t perform that action at this time.
0 commit comments