From 377c3a6527b51ac26393c6ceede21697689c4490 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 14 Jul 2016 20:05:48 +0200 Subject: [PATCH] Update release notes for 1.14.3 --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index e54f8526..bbb8c90d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ w3lib release notes =================== +1.14.3 (2016-07-14) +------------------- + +Bugfix release: + +- Handle IDNA encoding failures in ``safe_url_string()`` (issue #62) + 1.14.2 (2016-04-11) -------------------