forked from orbit-oss/flask
relax errorhandler function arg type
This commit is contained in:
parent
0ef1e65f6a
commit
8886328822
5 changed files with 19 additions and 27 deletions
|
|
@ -47,6 +47,9 @@ Unreleased
|
|||
loader thread. :issue:`4460`
|
||||
- Deleting the session cookie uses the ``httponly`` flag.
|
||||
:issue:`4485`
|
||||
- Relax typing for ``errorhandler`` to allow the user to use more
|
||||
precise types and decorate the same function multiple times.
|
||||
:issue:`4095, 4295, 4297`
|
||||
|
||||
|
||||
Version 2.0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue