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

Commit 88fcaea

Browse files
committed
Adds CHANGELOG entry for #293
1 parent dd43895 commit 88fcaea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ All notable changes to this project will be documented in this file, in reverse
1010

1111
### Changed
1212

13-
- Nothing.
13+
- [#293](https://github.com/zendframework/zend-diactoros/pull/293) updates
14+
`Uri::getHost()` to cast the value via `strtolower()` before returning it.
15+
While this represents a change, it is fixing a bug in our implementation:
16+
the PSR-7 specification for the method, which follows IETF RFC 3986 section
17+
3.2.2, requires that the host name be normalized to lowercase.
1418

1519
### Deprecated
1620

0 commit comments

Comments
 (0)