From c5916cbffbf366d945cb2fed7b9fd8c5140e96d7 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 23 Jun 2020 20:28:50 -0700 Subject: [PATCH] Release notes for 0.45a2 --- docs/changelog.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d580f03e..07a0b3a6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,9 +4,9 @@ Changelog ========= -.. _v0_45a1: +.. _v0_45a2: -0.45a1 (2020-06-18) +0.45a2 (2020-06-23) ------------------- .. warning:: This is an **alpha** release. See :ref:`contributing_alpha_beta`. @@ -16,6 +16,8 @@ Changelog - Workaround for "Too many open files" error in test runs. (`#846 `__) - Respect existing ``scope["actor"]`` if already set by ASGI middleware. (`#854 `__) - New process for shipping :ref:`contributing_alpha_beta`. (`#807 `__) +- Re-arranged plugins documentation into :ref:`plugins`, :ref:`writing_plugins`, :ref:`plugin_hooks` and a new section on :ref:`testing_plugins`. (`#687 `__) +- ``{{ csrftoken() }}`` now works when plugins render a template using ``datasette.render_template()``. (`#863 `__) .. _v0_44: