Release notes for 0.49a0

Refs #953, #945
pull/977/head 0.49a0
Simon Willison 2020-08-28 16:12:47 -07:00
rodzic 799ecae948
commit 7178126d90
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,17 @@
Changelog
=========
.. _v0_49a0:
0.49a0 (2020-08-28)
-------------------
.. warning:: This is an **alpha** release. See :ref:`contributing_alpha_beta`.
- ``register_output_renderer()`` render functions can now return a ``Response``. (`#953 <https://github.com/simonw/datasette/issues/953>`__)
- New ``--upgrade`` option for ``datasette install``. (`#945 <https://github.com/simonw/datasette/issues/945>`__)
- ``datasette publish heroku`` now deploys using Python 3.8.5
.. _v0_48:
0.48 (2020-08-16)