forked from orbit-oss/flask
lazy loading preserves click context
This commit is contained in:
parent
3897a51801
commit
aa13521d42
2 changed files with 11 additions and 0 deletions
|
|
@ -42,6 +42,9 @@ Unreleased
|
|||
- Add an ``--exclude-patterns`` option to the ``flask run`` CLI
|
||||
command to specify patterns that will be ignored by the reloader.
|
||||
:issue:`4188`
|
||||
- When using lazy loading (the default with the debugger), the Click
|
||||
context from the ``flask run`` command remains available in the
|
||||
loader thread. :issue:`4460`
|
||||
|
||||
|
||||
Version 2.0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue