diff --git a/docs/changelog.rst b/docs/changelog.rst index 74426f52..670cf558 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,9 +4,9 @@ Changelog ========= -.. _v0_49a0: +.. _v0_49a1: -0.49a0 (2020-08-28) +0.49a1 (2020-09-13) ------------------- .. warning:: This is an **alpha** release. See :ref:`contributing_alpha_beta`. @@ -14,6 +14,12 @@ Changelog - ``register_output_renderer()`` render functions can now return a ``Response``. (`#953 `__) - New ``--upgrade`` option for ``datasette install``. (`#945 `__) - ``datasette publish heroku`` now deploys using Python 3.8.5 +- Upgraded `CodeMirror `__ to 5.57.0. (`#948 `__) +- Upgraded code style to Black 20.8b1. (`#958 `__) +- New ``datasette --pdb`` option. (`#962 `__) +- ``datasette --get`` exit code now reflects the internal HTTP status code. (`#947 `__) +- Fixed bug where selected facets were not correctly persisted in hidden form fields on the table page. (`#963 `__) +- New mechanism for defining page templates with custom path parameters. (`#944 `__) .. _v0_48: