diff --git a/docs/changelog.rst b/docs/changelog.rst index f11ec4a5..df4b2cb6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,7 +18,7 @@ The third Datasette 1.0 alpha release adds upsert support to the JSON API, plus - The ``/-/create-token`` page can now be used to create API tokens which are restricted to just a subset of actions, including against specific databases or resources. See :ref:`CreateTokenView` for details. (:issue:`1947`) - Likewise, the ``datasette create-token`` CLI command can now create tokens with :ref:`a subset of permissions `. (:issue:`1855`) - New :ref:`datasette.create_token() API method `` for programmatically creating signed API tokens. (:issue:`1951`) -- ``/db//-/create`` API now requires actor to have ``insert-row`` permission in order to use the ``"row"`` or ``"rows"`` properties. (:issue:`1937`) +- ``/db/-/create`` API now requires actor to have ``insert-row`` permission in order to use the ``"row"`` or ``"rows"`` properties. (:issue:`1937`) .. _v1_0_a1: