Fixing Issue1712522 -  urllib.quote to support Unicode. The default
encoding='utf-8' and errors='strict'.
diff --git a/Misc/NEWS b/Misc/NEWS
index d86566e..819a401 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,10 @@
 Library
 -------
 
+- Issue 1712522: urllib.quote supports Unicode String with encoding and errors
+  parameter. The encoding parameter defaults to utf-8 and errors to strict.
+  Patch by Matt Giuca.
+
 - Issue #7646: The fnmatch pattern cache no longer grows without bound.
 
 - Issue #9136: Fix 'dictionary changed size during iteration'