Fixed RST underlines

This commit is contained in:
Simon Willison 2020-04-17 10:58:08 -07:00
commit cd146bbbfa

View file

@ -5,14 +5,14 @@
.. _v2_6:
2.6 (2020-04-15)
---------------
----------------
- New ``table.rows_where(..., order_by="age desc")`` argument, see :ref:`python_api_rows`. (`#76 <https://github.com/simonw/sqlite-utils/issues/76>`__)
.. _v2_5:
2.5 (2020-04-12)
---------------
----------------
- Panda's Timestamp is now stored as a SQLite TEXT column. Thanks, b0b5h4rp13! (`#96 <https://github.com/simonw/sqlite-utils/issues/96>`__)
- ``table.last_pk`` is now only available for inserts or upserts of a single record. (`#98 <https://github.com/simonw/sqlite-utils/issues/98>`__)