Unreleased changelog entry for list/tuple support, refs #672

This commit is contained in:
Simon Willison 2025-11-23 11:51:36 -08:00
commit d4d4c89795

View file

@ -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)