From 233e016bbe4ae639373cfcd9dfae3950cd4a6df8 Mon Sep 17 00:00:00 2001 From: ignace namagana butera Date: Wed, 20 Nov 2019 20:36:13 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e212db87..6ec87711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All Notable changes to `League\Uri` will be documented in this file +## Next - TBD + +### Added + +- Nothing + +### Fixed + +- `Uri` should not depend on `intl` extension if the host is in its ascii form [#141](https://github.com/thephpleague/uri/issues/141) + +### Deprecated + +- Nothing + +### Remove + +- Nothing + ## 6.0.0 - 2019-10-18 ### Added