remove deprecated RequestContext.g

This commit is contained in:
David Lord 2022-07-01 13:44:31 -07:00
parent 96d39c87a8
commit 9e686d93b6
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 4 additions and 26 deletions

View file

@ -5,6 +5,10 @@ Version 2.2.0
Unreleased
- Remove previously deprecated code. :pr:`4337`
- The ``RequestContext.g`` proxy to ``AppContext.g`` is removed.
- Add new customization points to the ``Flask`` app object for many
previously global behaviors.