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

Commit 5758b2e

Browse files
committed
Adds CHANGELOG entry for #325
1 parent e367b20 commit 5758b2e

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
All 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

0 commit comments

Comments
 (0)