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

Commit 2c8aed3

Browse files
committed
Merge branch 'hotfix/153'
Close #153
2 parents f900a82 + 5a0050f commit 2c8aed3

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
@@ -2,15 +2,17 @@
22

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

5-
## 2.8.2 - TBD
5+
## 2.8.2 - 2018-08-13
66

77
### Added
88

99
- Nothing.
1010

1111
### Changed
1212

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

1517
### Deprecated
1618

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)