remove deprecated config.from_json

This commit is contained in:
David Lord 2021-11-12 06:50:57 -08:00
parent e21e003f62
commit 2bd7aed1a4
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 5 additions and 26 deletions

View file

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