From 5737a3aab4c32cabc05583a552905489eb76294c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 11 Jan 2022 11:18:35 -0800 Subject: [PATCH] Link to annotated release notes --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index af3a1e8..615dc7c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,8 @@ CLI and Python library improvements to help run `ANALYZE `__. + - New ``sqlite-utils create-database`` command for creating new empty database files. (:issue:`348`) - New Python methods for running ``ANALYZE`` against a database, table or index: ``db.analyze()`` and ``table.analyze()``, see :ref:`python_api_analyze`. (:issue:`366`) - New :ref:`sqlite-utils analyze command ` for running ``ANALYZE`` using the CLI. (:issue:`379`)