Changelog entry

This commit is contained in:
Armin Ronacher 2011-04-18 16:48:40 +02:00
parent 7ed3196e8d
commit 3c7b5a68f1

View file

@ -40,6 +40,7 @@ Release date to be announced, codename to be selected
- Added `teardown_request` decorator, for functions that should run at the end
of a request regardless of whether an exception occurred.
- Implemented :func:`flask.has_request_context`
- Added :func:`safe_join`
Version 0.6.1
-------------