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

Commit 135dfbd

Browse files
committed
Adds CHANGELOG for #258
1 parent c0a4f5c commit 135dfbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ All notable changes to this project will be documented in this file, in reverse
3333
fix for the `PhpInputStream::read()` method to ensure string content that
3434
evaluates as empty (including `0`) is still cached.
3535

36+
- [#258](https://github.com/zendframework/zend-diactoros/pull/258) updates the
37+
`Uri::filterPath()` method to allow parens within a URI path, per [RFC 3986
38+
section 3.3](https://tools.ietf.org/html/rfc3986#section-3.3) (parens are
39+
within the character set "sub-delims").
40+
3641
## 1.4.0 - 2017-04-06
3742

3843
### Added

0 commit comments

Comments
 (0)