Add Config.from_mapping

This commit is contained in:
Daniel Neuhäuser 2014-07-27 11:19:52 +02:00
parent 02f0c755a3
commit aa40b1731e
3 changed files with 51 additions and 0 deletions

View file

@ -36,6 +36,7 @@ Version 1.0
for an extension author to create exceptions that will by default
result in the HTTP error of their choosing, but may be caught with
a custom error handler if desired.
- Added :meth:`flask.Config.from_mapping`.
Version 0.10.2
--------------