From 30b6f71b306a43605c99bef79302ed5cb22d1924 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 4 Feb 2020 18:17:30 -0800 Subject: [PATCH] Updated release notes with #653 --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 201fc4db..fb7ea332 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,7 @@ Changelog * Added five new plugins and one new conversion tool to the :ref:`ecosystem`. * The ``Datasette`` class has a new ``render_template()`` method which can be used by plugins to render templates using Datasette's pre-configured `Jinja `__ templating library. +* You can now execute SQL queries that start with a ``-- comment`` - thanks, Jay Graves (`#653 `__) .. _v0_34: