From ff710ed7ebb3de1660c68d667a46095771c00548 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 5 Aug 2024 14:09:12 -0700 Subject: [PATCH] Typo fix, refs #2381 --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 09d7d888..8ffa66bd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -20,7 +20,7 @@ This alpha introduces significant changes to Datasette's :ref:`metadata` system, - Incorrect table and row names are no longer reflected back on the resulting 404 page. (:issue:`2359`) - Improved documentation for async usage of the :ref:`plugin_hook_track_event` hook. (:issue:`2319`) - Fixed some HTTPX deprecation warnings. (:issue:`2307`) -- Datasette now serves a ```` attribute. Thanks, `Charles Nepote `__. (:issue:`2348`) +- Datasette now serves a ```` attribute. Thanks, `Charles Nepote `__. (:issue:`2348`) - Datasette's automated tests now run against the maximum and minimum supported versions of SQLite: 3.25 (from September 2018) and 3.46 (from May 2024). Thanks, Alex Garcia. (`#2352 `__) - Fixed an issue where clicking twice on the URL output by ``datasette --root`` produced a confusing error. (:issue:`2375`)