diff --git a/docs/changelog.rst b/docs/changelog.rst index d58d704c..59a8505e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,7 +27,7 @@ See `Datasette 1.0a2: Upserts and finely grained permissions `. (:issue:`1855`) -- New :ref:`datasette.create_token() API method `` for programmatically creating signed API tokens. (:issue:`1951`) +- 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`) .. _v1_0_a1: