Added changelog entry

This commit is contained in:
Armin Ronacher 2014-02-08 17:33:42 +00:00
parent 5c6014a51f
commit 68056622dc

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
--------------