diff --git a/docs/changelog.rst b/docs/changelog.rst index 3f315b2..19298ad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `__) .. _v2_5: 2.5 (2020-04-12) ---------------- +---------------- - Panda's Timestamp is now stored as a SQLite TEXT column. Thanks, b0b5h4rp13! (`#96 `__) - ``table.last_pk`` is now only available for inserts or upserts of a single record. (`#98 `__)