From e403e9ea970c875052c9199d35175e0a420bfed5 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Tue, 14 Apr 2020 11:31:00 +0800 Subject: [PATCH] Update changelog for load dotenv behaivour change --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 424fe876..050acc6c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -27,6 +27,9 @@ Unreleased instead of PyOpenSSL. :pr:`3492` - When specifying a factory function with ``FLASK_APP``, keyword argument can be passed. :issue:`3553` +- When loading a ``.env`` or ``.flaskenv`` file on top level directory, + Flask will not change current work directory to the location of dotenv + files, in order to prevent potential confusion. :pr:`3560` Version 1.1.2