From c18117cf08ad67c704dab29e3cb3b88f1de4026b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 13 Sep 2020 19:40:10 -0700 Subject: [PATCH] Release notes for 0.49a1 Refs #948 #958 #962 #947 #963 #944 --- docs/changelog.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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: