From d4d4c897956cd2c9b7bc59f89aa876aca12f21b3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 23 Nov 2025 11:51:36 -0800 Subject: [PATCH] Unreleased changelog entry for list/tuple support, refs #672 --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b47c06a..cd694d6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog =========== +.. _unreleased: + +Unreleased +---------- + +- The ``table.insert_all()`` and ``table.upsert_all()`` methods can now accept an iterator of lists or tuples as an alternative to dictionaries. The first item should be a list/tuple of column names. See :ref:`python_api_insert_lists` for details. (:issue:`672`) + .. _v4_0a0: 4.0a0 (2025-05-08)