From a7b734946f95341f52d866321c183e3532ac0aad Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 25 Jul 2026 21:50:59 -0700 Subject: [PATCH] Changelog entry for 3.39.1 Refs #815 Copied from e1d55de8f84a486f5f1178f377e80d23a08a404b --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4c868f4..a853aa2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog =========== +.. _v3_39_1: + +3.39.1 (2026-07-25) +------------------- + +- Fixed a bug where ``table.delete_where()`` left the connection in an open transaction, causing deleted rows to be silently restored when the connection was closed. (:issue:`815`) + .. _v4_1_1: 4.1.1 (2026-07-12)