Added changelog entry

This commit is contained in:
Armin Ronacher 2014-02-08 17:33:42 +00:00
parent f07e4cb0c3
commit 6075797f13
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ Version 1.0
Non permanent sessions are not affected by this and will always
expire if the browser window closes.
- Made Flask support custom JSON mimetypes for incoming data.
- Added support for returning tuples in the form ``(response, headers)``
from a view function.
Version 0.10.2
--------------