deprecate as_tuple

This commit is contained in:
David Lord 2021-11-15 13:08:45 -08:00
parent a2258dd05d
commit 564bb27efa
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 41 additions and 12 deletions

View file

@ -1,5 +1,16 @@
.. currentmodule:: flask
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
-------------