From 39c3b3902157d2bdde1ca4851fb321115ec7a301 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 27 Feb 2019 15:36:52 -0600 Subject: [PATCH] Adds CHANGELOG entry for #29 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d018d7f..362b3f30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,9 @@ All notable changes to this project will be documented in this file, in reverse ### Changed -- Nothing. +- [#29](https://github.com/zendframework/zend-uri/pull/29) changes the behavior of `getHost()`: it will now always return a lowercase +- representation. This is in accord with +- [IETF 3986 Section 3.2.2](https://tools.ietf.org/html/rfc3986#section-3.2.2). ### Deprecated