From 67dd3106d56adfa335fdfc7f8737cf693b1db088 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 26 Feb 2020 20:46:13 -0800 Subject: [PATCH] Changelog for 2.4 --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1963097..25e3c4e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,16 @@ Changelog =========== +.. _v2_4: + +2.4 (2020-02-26) +---------------- + +- ``table.disable_fts()`` can now be used to remove FTS tables and triggers that were created using ``table.enable_fts(...)``. (`#88 `__) +- The ``sqlite-utils disable-fts`` command can be used to remove FTS tables and triggers from the command-line. (`#88 `__) +- Trying to create table columns wih square braces (``[`` or ``]``) in the name now raises an error. (`#86 `__) +- Subclasses of ``dict``, ``list`` and ``tuple`` are now detected as needing a JSON column. (`#87 `__) + .. _v2_3_1: 2.3.1 (2020-02-10)