forked from orbit-oss/flask
clean up config.from_file docs
This commit is contained in:
parent
829aa65e64
commit
aac0f585b9
3 changed files with 54 additions and 38 deletions
|
|
@ -7,6 +7,9 @@ Unreleased
|
|||
|
||||
- Add :meth:`sessions.SessionInterface.get_cookie_name` to allow
|
||||
setting the session cookie name dynamically. :pr:`3369`
|
||||
- Add :meth:`Config.from_file` to load config using arbitrary file
|
||||
loaders, such as ``toml.load`` or ``json.load``.
|
||||
:meth:`Config.from_json` is deprecated in favor of this. :pr:`3398`
|
||||
|
||||
|
||||
Version 1.1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue