improve typing for app.errorhandler decorator

This commit is contained in:
Pascal Corpet 2021-05-31 12:28:44 +02:00 committed by pgjones
parent 5205cd4ea9
commit 6a4e7e948d
5 changed files with 38 additions and 13 deletions

View file

@ -11,6 +11,7 @@ Unreleased
- Fixed the issue where typing requires template global
decorators to accept functions with no arguments. :issue:`4098`
- Support View and MethodView instances with async handlers. :issue:`4112`
- Enhance typing of ``app.errorhandler`` decorator. :issue:`4095`
Version 2.0.1