summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-01-13 14:37:48 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-04-22 13:12:55 +0200
commit7247bf76d619197161c0440e15abe384833ffdc5 (patch)
treeb25c5f954e88f891fa9f12fa79e4a0bdf503aac0
parent5f8142874679ccc183a17ba695141a28fad729ac (diff)
downloadcherrypy-git-bugfix/1680-unicode-in-http-auth.tar.gz
Add info about v14.2.0 to changelogbugfix/1680-unicode-in-http-auth
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2ab90a96..ccbcccaa 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v14.2.0
+------------
+
+* :issue:`1680` via :pr:`1683`: HTTP Basic Auth supports :rfc:`7617` UTF-8
+ charset decoding where possible. Uses latin1 as a fallback.
+
v14.1.0
-------