Release notes for 3.35.1, refs #592

This commit is contained in:
Simon Willison 2023-09-08 17:49:55 -07:00
commit 60900bd80a

View file

@ -4,6 +4,13 @@
Changelog
===========
.. _v3_35_1:
3.35.1 (2023-09-08)
-------------------
- Fixed a bug where :ref:`table.transform() <python_api_transform>` would sometimes re-assign the ``rowid`` values for a table rather than keeping them consistent across the operation. (:issue:`592`)
.. _v3_35:
3.35 (2023-08-17)