From 44968752391892e1b0d0b821ee79e9a85fa13049 Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Sat, 16 Feb 2019 16:19:35 -0500 Subject: [PATCH] doc: v1.1.1 changelog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f33e2e9..07de0c4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Based on the [wikipedia paper][wiki] and the [RFC 3986 document][rfc]. ## Changelog +* **v1.1.1** : Fix failing test due to Go1.12 changes (thanks to @ianlancetaylor). * **2016-11-14 (v1.1.0)** : IDN: Conform to RFC 5895: Fold character width (thanks to @beeker1121). * **2016-07-27 (v1.0.0)** : Normalize IDN to ASCII (thanks to @zenovich). * **2015-02-08** : Add fix for relative paths issue ([PR #5][pr5]) and add fix for unnecessary encoding of reserved characters ([see issue #7][iss7]).