Fix #2897 - Add extra_files option to flask run CLI
This commit is contained in:
parent
4fe81d7c62
commit
2308cba407
3 changed files with 23 additions and 2 deletions
|
|
@ -57,6 +57,9 @@ Unreleased
|
|||
.. _#3179: https://github.com/pallets/flask/pull/3179
|
||||
.. _#3125: https://github.com/pallets/flask/pull/3125
|
||||
|
||||
- Added support to ``extra_files`` argument in `flask run` CLI. (`#2898`_)
|
||||
|
||||
.. _#2898: https://github.com/pallets/flask/pull/2898
|
||||
|
||||
Version 1.0.3
|
||||
-------------
|
||||
|
|
@ -87,7 +90,6 @@ Released 2019-05-17
|
|||
.. _#2933: https://github.com/pallets/flask/issues/2933
|
||||
.. _#2986: https://github.com/pallets/flask/pull/2986
|
||||
|
||||
|
||||
Version 1.0.2
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue