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

Commit 3f9894c

Browse files
committed
Merge branch 'hotfix/153' into develop
Forward port #153 Conflicts: CHANGELOG.md
2 parents e5edad9 + 5a0050f commit 3f9894c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,17 @@ All notable changes to this project will be documented in this file, in reverse
2424

2525
- Nothing.
2626

27-
## 2.8.2 - TBD
27+
## 2.8.2 - 2018-08-13
2828

2929
### Added
3030

3131
- Nothing.
3232

3333
### Changed
3434

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

3739
### Deprecated
3840

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class Response extends AbstractMessage implements ResponseInterface
140140
422 => 'Unprocessable Entity',
141141
423 => 'Locked',
142142
424 => 'Failed Dependency',
143-
425 => 'Unordered Collection',
143+
425 => 'Too Early',
144144
426 => 'Upgrade Required',
145145
428 => 'Precondition Required',
146146
429 => 'Too Many Requests',

0 commit comments

Comments
 (0)