restore and deprecate json_available

This commit is contained in:
David Lord 2019-07-08 10:26:12 -07:00
parent 1b4ace9ba5
commit 1617202d91
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
4 changed files with 54 additions and 1 deletions

View file

@ -1,5 +1,15 @@
.. currentmodule:: flask
Version 1.1.1
-------------
Unreleased
- The ``flask.json_available`` flag was added back for compatibility
with some extensions. It will raise a deprecation warning when used,
and will be removed in version 2.0.0. :issue:`3288`
Version 1.1.0
-------------