Added support for custom JSON mimetypes

This commit is contained in:
Armin Ronacher 2014-02-08 17:01:13 +00:00
parent f5a02b9495
commit e5bba9deb5
3 changed files with 26 additions and 1 deletions

View file

@ -14,6 +14,7 @@ Version 1.0
`False` it will only be modified if the session actually modifies.
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.
Version 0.10.2
--------------