Add Config.get_namespace to CHANGES

This commit is contained in:
Daniel Neuhäuser 2014-03-13 20:23:43 +01:00
parent ba80e1e33b
commit 06857c9ba5
2 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@ Version 1.0
from a view function.
- Added :meth:`flask.Config.from_json`.
- Added :attr:`flask.Flask.config_class`.
- Added :meth:`flask.config.Config.get_namespace`.
Version 0.10.2
--------------