clean up config.from_file docs

This commit is contained in:
David Lord 2019-10-18 09:15:00 -07:00
parent 829aa65e64
commit aac0f585b9
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 54 additions and 38 deletions

View file

@ -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