From 9be01564f28ed49cbf55049265bd578c7a7257e1 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Wed, 28 Apr 2021 14:02:19 +0800 Subject: [PATCH] Update changelog for #3932 --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e9eb70fa..06e46425 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -76,6 +76,8 @@ Unreleased - Support async views, error handlers, before and after request, and teardown functions. :pr:`3412` - Support nesting blueprints. :issue:`593, 1548`, :pr:`3923` +- Set the default encoding to "UTF-8" when loading ``.env`` and + ``.flaskenv`` files to allow to use non-ASCII characters. :issue:`3931` - ``flask shell`` sets up tab and history completion like the default ``python`` shell if ``readline`` is installed. :issue:`3941` - ``helpers.total_seconds()`` is deprecated. Use -- GitLab