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

Commit 147613a

Browse files
committed
Added CHANGELOG for #99
1 parent 9309f4e commit 147613a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ All notable changes to this project will be documented in this file, in reverse
2424
in the cloned instance.
2525
- [#103](https://github.com/zendframework/zend-diactoros/pull/103) fixes the
2626
constructor of `Response` to ensure that null status codes are not possible.
27+
- [#99](https://github.com/zendframework/zend-diactoros/pull/99) fixes
28+
validation of header values submitted via request and response constructors as
29+
follows:
30+
- numeric (integer and float) values are now properly allowed (this solves
31+
some reported issues with setting Content-Length headers)
32+
- invalid header names (non-string values or empty strings) now raise an
33+
exception.
34+
- invalid individual header values (non-string, non-numeric) now raise an
35+
exception.
2736

2837
## 1.2.0 - 2015-11-24
2938

0 commit comments

Comments
 (0)