Merge remote-tracking branch 'upstream/2.0.x'

This commit is contained in:
Adrian Moennich 2021-05-29 20:55:23 +02:00
commit 6f5870a791
5 changed files with 21 additions and 10 deletions

View file

@ -13,6 +13,12 @@ Version 2.0.2
Unreleased
- Fix type annotation for ``teardown_request``. :issue:`4093`
- Fix type annotation for ``before_request`` and ``before_app_request``
decorators. :issue:`4104`
- Fixed the issue where typing requires template global
decorators to accept functions with no arguments. :issue:`4098`
Version 2.0.1
-------------