summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2023-04-26 13:00:21 -0700
committerDavid Lord <davidism@gmail.com>2023-04-26 13:04:06 -0700
commiteee8ce05c3c34ace2ffa3d2640009d94074f37eb (patch)
tree95f3b4b3691effe4d3a9f8a11302d0542f7bb146 /CHANGES.rst
parentcf09c0d230eb3d2260fbab928145f62718cb519f (diff)
downloadwerkzeug-eee8ce05c3c34ace2ffa3d2640009d94074f37eb.tar.gz
Authorization and WWWAuthenticate __eq__
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 234972c5..737fb7a6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,8 @@ Unreleased
- Percent-encode plus (+) when building URLs and in test requests. :issue:`2657`
- Cookie values don't quote characters defined in RFC 6265. :issue:`2659`
- Include ``pyi`` files for ``datastructures`` type annotations. :issue:`2660`
+- ``Authorization`` and ``WWWAuthenticate`` objects can be compared for equality.
+ :issue:`2665`
Version 2.3.0