From 8bee14588687b66c54c7a3dfae5de2f9cc7cac3f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 24 Jul 2023 10:22:20 -0700 Subject: [PATCH] Link 3.34 notes to new blog entry --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 733eecc..25d3928 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ 3.34 (2023-07-22) ----------------- -This release introduces a new :ref:`plugin system `. (:issue:`567`) +This release introduces a new :ref:`plugin system `. Read more about this in `sqlite-utils now supports plugins `__. (:issue:`567`) - Documentation describing :ref:`how to build a plugin `. - Plugin hook: :ref:`plugins_hooks_register_commands`, for plugins to add extra commands to ``sqlite-utils``. (:issue:`569`)