From 7eb434caa256765032afb11125371dd32bf6cc6b Mon Sep 17 00:00:00 2001 From: Young proger <66271043+Yourun-proger@users.noreply.github.com> Date: Thu, 20 May 2021 21:59:39 +0300 Subject: [PATCH] updated text of changes due to #4078 --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 22e22218..42ec2356 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -57,7 +57,7 @@ Released 2021-05-11 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` + :meth:`Config.from_json` is deleted in favor of this. :pr:`3398` - The ``flask run`` command will only defer errors on reload. Errors present during the initial call will cause the server to exit with the traceback immediately. :issue:`3431`