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

Commit

Permalink
Adds CHANGELOG entry for #325
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 5, 2018
1 parent e367b20 commit 5758b2e
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Expand Up @@ -2,15 +2,21 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.8.6 - TBD
## 1.8.6 - 2018-09-05

### Added

- Nothing.

### Changed

- Nothing.
- [#325](https://github.com/zendframework/zend-diactoros/pull/325) changes the behavior of `ServerRequest::withParsedBody()`. Per
- PSR-7, it now no longer allows values other than `null`, arrays, or objects.

- [#325](https://github.com/zendframework/zend-diactoros/pull/325) changes the behavior of each of `Request`, `ServerRequest`, and
`Response` in relation to the validation of header values. Previously, we
allowed empty arrays to be provided via `withHeader()`; however, this was
contrary to the PSR-7 specification. Empty arrays are no longer allowed.

### Deprecated

Expand All @@ -22,7 +28,11 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#325](https://github.com/zendframework/zend-diactoros/pull/325) ensures that `Uri::withUserInfo()` no longer ignores values of
`0` (numeric zero).

- [#325](https://github.com/zendframework/zend-diactoros/pull/325) fixes how header values are merged when calling
`withAddedHeader()`, ensuring that array keys are ignored.

## 1.8.5 - 2018-08-10

Expand Down

0 comments on commit 5758b2e

Please sign in to comment.