From 962a7e16e5e73c000d87815194b8261428e0938e Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 21 Feb 2020 19:01:57 -0800 Subject: [PATCH] Release notes for 0.36, refs #679 --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index fb7ea332..80be3c80 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,16 @@ Changelog ========= +.. _v0_36: + +0.36 (2020-02-21) +----------------- + +* The ``datasette`` object passed to plugins now has API documentation: :ref:`datasette`. (`#576 `__) +* New methods on ``datasette``: ``.add_database()`` and ``.remove_database()`` - :ref:`documentation `. (`#671 `__) +* ``prepare_connection()`` plugin hook now takes optional ``datasette`` and ``database`` arguments - :ref:`plugin_hook_prepare_connection`. (`#678 `__) +* Added three new plugins and one new conversion tool to the :ref:`ecosystem`. + .. _v0_35: 0.35 (2020-02-04)