Release notes for 0.36, refs #679

pull/686/head
Simon Willison 2020-02-21 19:01:57 -08:00
rodzic d6335f1f31
commit 962a7e16e5
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -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 <https://github.com/simonw/datasette/issues/576>`__)
* New methods on ``datasette``: ``.add_database()`` and ``.remove_database()`` - :ref:`documentation <datasette_add_database>`. (`#671 <https://github.com/simonw/datasette/issues/671>`__)
* ``prepare_connection()`` plugin hook now takes optional ``datasette`` and ``database`` arguments - :ref:`plugin_hook_prepare_connection`. (`#678 <https://github.com/simonw/datasette/issues/678>`__)
* Added three new plugins and one new conversion tool to the :ref:`ecosystem`.
.. _v0_35:
0.35 (2020-02-04)