forked from orbit-oss/flask
Update changelog for load dotenv behaivour change
This commit is contained in:
parent
84cbfc0698
commit
e403e9ea97
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue