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)