Merge pull request #3560 from greyli/fix-env-chdir

Stop change CWD to .env/.flaskenv location
This commit is contained in:
Joshua Bronson 2020-07-18 13:14:09 -04:00 committed by GitHub
commit a40c381ffd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 8 deletions

View file

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