diff options
-rw-r--r-- | CHANGES.rst | 6 |
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 ------- |