forked from orbit-oss/flask
Documented changes in after_request handlers.
This commit is contained in:
parent
b4d576bce2
commit
937360877b
1 changed files with 3 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -10,6 +10,9 @@ Release date to be announced, codename to be selected.
|
||||||
|
|
||||||
- added the ability to register application wide error handlers
|
- added the ability to register application wide error handlers
|
||||||
from modules.
|
from modules.
|
||||||
|
- :meth:`~flask.Flask.after_request` handlers are now also invoked
|
||||||
|
if the request dies with an exception and an error handling page
|
||||||
|
kicks in.
|
||||||
|
|
||||||
Version 0.3.1
|
Version 0.3.1
|
||||||
-------------
|
-------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue