From 7b1344490a293e2bd2a313afc6a95927cec4c2b3 Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Tue, 6 Feb 2018 12:37:57 +0100 Subject: [PATCH] prepare 1.4.0 release --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2939b03..d4e2e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - All Notable changes to `uri-manipulations` will be documented in this file -## 1.4.0 - TDB +## 1.4.0 - 2018-02-06 ### Added @@ -15,6 +15,7 @@ - `League\Uri\replace_subdomain` now can take a optional `League\Uri\PublicSuffix\Rules` object - `League\Uri\Modifiers\RegisterableDomain` constructor now can take a optional `League\Uri\PublicSuffix\Rules` object - `League\Uri\Modifiers\SubDomain` constructor now can take a optional `League\Uri\PublicSuffix\Rules` object +- the library now requires `League\Uri\Components` 1.7.x ### Deprecated