Documented changes in after_request handlers.

This commit is contained in:
Armin Ronacher 2010-06-02 18:32:23 +02:00
parent b4d576bce2
commit 937360877b

View file

@ -10,6 +10,9 @@ Release date to be announced, codename to be selected.
- added the ability to register application wide error handlers
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
-------------