Fix typing of jinja decorators (#4109)

This commit is contained in:
default-303 2021-05-30 00:24:35 +05:30 committed by GitHub
parent 28f4e7464a
commit 6ca89fdfe7
2 changed files with 5 additions and 3 deletions

View file

@ -8,6 +8,8 @@ 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