From 3fbe8a784cc2f3fa0bfa8612fec9752ff9068a2b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 18 Jun 2022 20:30:24 -0700 Subject: [PATCH] Link to annotated release notes for 3.27 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index d7b48f1..b284eb8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,8 @@ 3.27 (2022-06-14) ----------------- +See also `the annotated release notes `__ for this release. + - Documentation now uses the `Furo `__ Sphinx theme. (:issue:`435`) - Code examples in documentation now have a "copy to clipboard" button. (:issue:`436`) - ``sqlite_utils.utils.utils.rows_from_file()`` is now a documented API, see :ref:`python_api_rows_from_file`. (:issue:`443`)