forked from orbit-oss/flask
made ImportError verbose in cli.py
This commit is contained in:
parent
b831e8507c
commit
e679a85b80
2 changed files with 7 additions and 4 deletions
|
|
@ -10,6 +10,8 @@ Unreleased
|
|||
removed in Flask 2.1, while remaining compatible with both in
|
||||
2.0.x. Use ``response.request.environ`` instead. :pr:`4341`
|
||||
- Fix type annotation for ``errorhandler`` decorator. :issue:`4295`
|
||||
- Revert a change to the CLI that caused it to hide ``ImportError``
|
||||
tracebacks when importing the application. :issue:`4307`
|
||||
|
||||
|
||||
Version 2.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue