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

Commit

Permalink
Merge branch 'hotfix/153'
Browse files Browse the repository at this point in the history
Close #153
  • Loading branch information
weierophinney committed Aug 13, 2018
2 parents f900a82 + 5a0050f commit 2c8aed3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

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

## 2.8.2 - TBD
## 2.8.2 - 2018-08-13

### Added

- Nothing.

### Changed

- Nothing.
- [#153](https://github.com/zendframework/zend-diactoros/pull/153) changes the reason phrase associated with the status code 425
from "Unordered Collection" to "Too Early", corresponding to a new definition
of the code as specified by the IANA.

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class Response extends AbstractMessage implements ResponseInterface
422 => 'Unprocessable Entity',
423 => 'Locked',
424 => 'Failed Dependency',
425 => 'Unordered Collection',
425 => 'Too Early',
426 => 'Upgrade Required',
428 => 'Precondition Required',
429 => 'Too Many Requests',
Expand Down

0 comments on commit 2c8aed3

Please sign in to comment.