summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-05-01 12:35:06 -0700
committerDavid Lord <davidism@gmail.com>2023-05-01 12:35:06 -0700
commit2051469a2be722121369b416a5c14435c9e82f90 (patch)
tree138bd57ca508ee0c73bdc09db6c00e451e862388 /CHANGES.rst
parent6e63efe9bad789c8bd0b561bbcfdb28b2fd03475 (diff)
downloadwerkzeug-2051469a2be722121369b416a5c14435c9e82f90.tar.gz
WWWAuthenticate.from_header handles base64 padding in token
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0a37fd89..2d83ee59 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,8 +5,8 @@ Version 2.3.4
Unreleased
-- ``Authorization.from_header`` detects tokens that end with base64 padding (``=``).
- :issue:`2685`
+- ``Authorization.from_header`` and ``WWWAuthenticate.from_header`` detects tokens
+ that end with base64 padding (``=``). :issue:`2685`
Version 2.3.3