From 653c94209ced0cfef67174b3718f23d4ab304e7f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 26 Oct 2025 09:41:14 -0700 Subject: [PATCH] Remove broken reference to datasette_ensure_permissions in changelog --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 37bee290..c21ba0a9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -643,7 +643,7 @@ Datasette also now requires Python 3.7 or higher. - Datasette is now covered by a `Code of Conduct `__. (:issue:`1654`) - Python 3.6 is no longer supported. (:issue:`1577`) - Tests now run against Python 3.11-dev. (:issue:`1621`) -- New :ref:`datasette.ensure_permissions(actor, permissions) ` internal method for checking multiple permissions at once. (:issue:`1675`) +- New ``datasette.ensure_permissions(actor, permissions)`` internal method for checking multiple permissions at once. (:issue:`1675`) - New :ref:`datasette.check_visibility(actor, action, resource=None) ` internal method for checking if a user can see a resource that would otherwise be invisible to unauthenticated users. (:issue:`1678`) - Table and row HTML pages now include a ```` element and return a ``Link: URL; rel="alternate"; type="application/json+datasette"`` HTTP header pointing to the JSON version of those pages. (:issue:`1533`) - ``Access-Control-Expose-Headers: Link`` is now added to the CORS headers, allowing remote JavaScript to access that header.