mirror of https://github.com/pallets/flask.git
Added changelog entry
This commit is contained in:
parent
f07e4cb0c3
commit
6075797f13
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…
Reference in New Issue