diff --git a/docs/changelog.rst b/docs/changelog.rst index c0bd7e6b..e4aae2b8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,26 @@ ========= Changelog ========= +.. _unreleased: + +Unreleased +---------- + +The big feature in this alpha is tools to **insert, edit and delete** rows within the Datasette interface. These features are available on table pages, and edit and delete are also available as action items on the row page. + +The edit interface takes :ref:`custom column types ` into account. Plugins that define their own column types can use JavaScript to customize how those column types are presented in the edit interface. + +- ``datasette.allowed_many()`` method for :ref:`resolving multiple permission checks at once `. (:pr:`2775`) +- Permission checks are now cached on a per-request basis, speeding up table pages with multiple plugins that check permissions in order to populate the :ref:`table actions menu `. +- Fixed a warning about ``gen.throw(*sys.exc_info())``. (:issue:`2776`) +- New default custom column type ``textarea`` for multi-line text content. This is rendered as a ``