From e09063e0fade215a07ab0c051119b1fee6ff3549 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Thu, 31 Mar 2016 12:54:52 +0200 Subject: [PATCH 1/2] Update release notes for 1.14 --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 621f91e6..63a7829a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ w3lib release notes =================== +1.14.0 (2016-03-31) +------------------- + +Changes to safe_url_string: + +- proper handling of non-ASCII characters in Python2 and Python3 +- support IDNs +- new `path_encoding` to override default UTF-8 when serializing non-ASCII + characters before percent-encoding + 1.13.0 (2015-11-05) ------------------- From 5b448fbca3a9a3b549abf254764623fecd0c4863 Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Mon, 4 Apr 2016 12:53:54 +0200 Subject: [PATCH 2/2] Mention zip_safe fix and make next release TBA --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 63a7829a..82f9ee70 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ w3lib release notes =================== -1.14.0 (2016-03-31) -------------------- +TBD (TBA) +--------- Changes to safe_url_string: @@ -11,6 +11,8 @@ Changes to safe_url_string: - new `path_encoding` to override default UTF-8 when serializing non-ASCII characters before percent-encoding +Package is now properly marked as ``zip_safe``. + 1.13.0 (2015-11-05) -------------------