Documented change

This commit is contained in:
Armin Ronacher 2011-05-24 16:30:08 +02:00
parent d90765b026
commit 2a81c8a822
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ Release date to be announced, codename to be selected
of a request regardless of whether an exception occurred.
- Implemented :func:`flask.has_request_context`
- Added :func:`safe_join`
- The automatic JSON request data unpacking now looks at the charset
mimetype parameter.
Version 0.6.1
-------------