Browse Source

Added changelog entry

pull/930/merge
Armin Ronacher 11 years ago
parent
commit
6075797f13
  1. 2
      CHANGES

2
CHANGES

@ -15,6 +15,8 @@ Version 1.0
Non permanent sessions are not affected by this and will always Non permanent sessions are not affected by this and will always
expire if the browser window closes. expire if the browser window closes.
- Made Flask support custom JSON mimetypes for incoming data. - 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 Version 0.10.2
-------------- --------------

Loading…
Cancel
Save