summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJens Heinrich <github.com/JensHeinrich>2023-03-31 10:23:38 +0200
committerDavid Lord <davidism@gmail.com>2023-04-03 12:19:32 -0700
commit1acfd8fc64fa4838a2387af946c9225bb6594e31 (patch)
tree1ffb405c8397748df31c48d98c02c11ef026d5ea /CHANGES.rst
parent96264fef56c59c3bb7a74de26c7ee253b7475d51 (diff)
downloadwerkzeug-1acfd8fc64fa4838a2387af946c9225bb6594e31.tar.gz
update type annotation for Accept.best_match
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 44fef526..87dfed5a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -97,6 +97,8 @@ Unreleased
- The development server discards header keys that contain underscores ``_``, as they
are ambiguous with dashes ``-`` in WSGI. :pr:`2621`
- ``secure_filename`` looks for more Windows reserved file names. :pr:`2622`
+- Update type annotation for ``best_match`` to make ``default`` parameter clearer.
+ :issue:`2625`
Version 2.2.3