From 1c02f4eb7e430f75c3edf69e52619429135f2882 Mon Sep 17 00:00:00 2001 From: nyamsprod Date: Fri, 30 Sep 2016 10:41:39 +0200 Subject: [PATCH] Prepare 4.2.0 release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c21696..9cb821e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri` will be documented in this file -## Next - 2016-09-XX +## 4.2.0 - 2016-09-30 ### Added @@ -26,9 +26,9 @@ All Notable changes to `League\Uri` will be documented in this file ### Fixed - Components encoding/decoding to be more RFC3986 compliant -- `Host::isPublicSuffixValid` when no `publicSuffix` information is found - `Host::getRegisterableDomain` must always return a string as per the host interface expected return type - `Host::getSubdomain` must always return a string as per the host interface expected return type +- `Host::isPublicSuffixValid` when no `publicSuffix` information is found - `Host::isPublicSuffixValid` must always return a string as per the host interface expected return type - On instantiation, query and fragment delimiter are preserved - `createFromComponents` failing with `parse_url` result when no path is defined