From c64c7d1b8caec172c87a73154cc4da90fd3fae3b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 3 Nov 2023 18:03:42 -0700 Subject: [PATCH] More 3.35.2 release notes Refs #433, #522, #596, #598 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9433a9b..72b3d50 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,6 +10,9 @@ ------------------- - The ``--load-extension=spatialite`` option and :ref:`find_spatialite() ` utility function now both work correctly on ``arm64`` Linux. Thanks, `Mike Coats `__. (:issue:`599`) +- Fix for bug where ``sqlite-utils insert`` could cause your terminal cursor to disappear. Thanks, `Luke Plant `__. (:issue:`433`) +- ``datetime.timedelta`` values are now stored as ``TEXT`` columns. Thanks, `Harald Nezbeda `__. (:issue:`522`) +- Test suite is now also run against Python 3.12. .. _v3_35_1: