forked from orbit-oss/flask
improve typing for app.errorhandler decorator
This commit is contained in:
parent
5205cd4ea9
commit
6a4e7e948d
5 changed files with 38 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue