From a236a6bc771a5a6a9d7e814f1986d461afc422d2 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 8 Jul 2020 10:36:07 -0700 Subject: [PATCH] Release notes for 2.11 Refs #118, #120 --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1f0b2c5..4b308be 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v2_11: + +2.11 (2020-07-08) +----------------- + +- New ``--truncate`` option to ``sqlite-utils insert``, and ``truncate=True`` argument to ``.insert_all()``. Thanks, Thomas Sibley. (`#118 `__) +- The ``sqlite-utils query`` command now runs updates in a transaction. Thanks, Thomas Sibley. (`#120 `__) .. _v2_10_1: