Merge branch '2.0.x'

This commit is contained in:
David Lord 2021-11-15 13:26:06 -08:00
commit ea66c68553
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
9 changed files with 94 additions and 13 deletions

View file

@ -30,6 +30,17 @@ Unreleased
- ``filename`` is renamed to ``path``.
Version 2.0.3
-------------
Unreleased
- The test client's ``as_tuple`` parameter is deprecated and will be
removed in Werkzeug 2.1. It is now also deprecated in Flask, to be
removed in Flask 2.1, while remaining compatible with both in
2.0.x. Use ``response.request.environ`` instead. :pr:`4341`
Version 2.0.2
-------------