Fix #2897 - Add extra_files option to flask run CLI

This commit is contained in:
Bruno Rocha 2018-08-31 19:06:20 -03:00 committed by David Lord
parent 4fe81d7c62
commit 2308cba407
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 23 additions and 2 deletions

View file

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