forked from orbit-oss/flask
remove deprecated config.from_json
This commit is contained in:
parent
e21e003f62
commit
2bd7aed1a4
2 changed files with 5 additions and 26 deletions
|
|
@ -10,6 +10,8 @@ Unreleased
|
|||
- Remove previously deprecated code. :pr:`4337`
|
||||
|
||||
- The CLI does not pass ``script_info`` to app factory functions.
|
||||
- ``config.from_json`` is replaced by
|
||||
``config.from_file(name, load=json.load)``.
|
||||
|
||||
|
||||
Version 2.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue