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

Commit d0f90f0

Browse files
committed
Added CHANGELOG for #85
1 parent 6eb97f2 commit d0f90f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ All notable changes to this project will be documented in this file, in reverse
2424
- [#73](https://github.com/zendframework/zend-diactoros/pull/73) changes the
2525
behavior in `Request` such that if it marshals a stream during instantiation,
2626
the stream is marked as writeable (specifically, mode `wb+`).
27+
- [#85](https://github.com/zendframework/zend-diactoros/pull/85) updates the
28+
behavior of `Zend\Diactoros\Uri`'s various `with*()` methods that are
29+
documented as accepting strings to raise exceptions on non-string input.
30+
Previously, several simply passed non-string input on verbatim, others
31+
normalized the input, and a few correctly raised the exceptions. Behavior is
32+
now consistent across each.
2733

2834
## 1.1.2 - 2015-07-12
2935

0 commit comments

Comments
 (0)