|
|
@ -82,6 +82,8 @@ Major release, unreleased |
|
|
|
- Fix incorrect JSON encoding of aware, non-UTC datetimes. (`#2374`_) |
|
|
|
- Fix incorrect JSON encoding of aware, non-UTC datetimes. (`#2374`_) |
|
|
|
- Template auto reloading will honor the ``run`` command's ``debug`` flag even |
|
|
|
- Template auto reloading will honor the ``run`` command's ``debug`` flag even |
|
|
|
if ``app.jinja_env`` was already accessed. (`#2373`_) |
|
|
|
if ``app.jinja_env`` was already accessed. (`#2373`_) |
|
|
|
|
|
|
|
- The ``flask`` command no longer requires that the ``FLASK_APP`` environment |
|
|
|
|
|
|
|
variable have a ``.py`` extension. (`#2383`_) |
|
|
|
|
|
|
|
|
|
|
|
.. _#1489: https://github.com/pallets/flask/pull/1489 |
|
|
|
.. _#1489: https://github.com/pallets/flask/pull/1489 |
|
|
|
.. _#1621: https://github.com/pallets/flask/pull/1621 |
|
|
|
.. _#1621: https://github.com/pallets/flask/pull/1621 |
|
|
@ -107,6 +109,7 @@ Major release, unreleased |
|
|
|
.. _#2362: https://github.com/pallets/flask/pull/2362 |
|
|
|
.. _#2362: https://github.com/pallets/flask/pull/2362 |
|
|
|
.. _#2374: https://github.com/pallets/flask/pull/2374 |
|
|
|
.. _#2374: https://github.com/pallets/flask/pull/2374 |
|
|
|
.. _#2373: https://github.com/pallets/flask/pull/2373 |
|
|
|
.. _#2373: https://github.com/pallets/flask/pull/2373 |
|
|
|
|
|
|
|
.. _#2383: https://github.com/pallets/flask/pull/2383 |
|
|
|
|
|
|
|
|
|
|
|
Version 0.12.2 |
|
|
|
Version 0.12.2 |
|
|
|
-------------- |
|
|
|
-------------- |
|
|
|