Add Config.from_json to changelog

This commit is contained in:
Daniel Neuhäuser 2014-02-12 23:53:51 +01:00
parent 95a1ce4d6e
commit 97411295e3
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,7 @@ Version 1.0
- Made Flask support custom JSON mimetypes for incoming data.
- Added support for returning tuples in the form ``(response, headers)``
from a view function.
- Added :meth:`flask.Config.from_json`.
Version 0.10.2
--------------