Backfilled release notes for 0.2, 0.3, 0.3.1 - closes #576

This commit is contained in:
Simon Willison 2023-07-22 22:48:14 -07:00
commit 13ebcc575d

View file

@ -1268,3 +1268,19 @@ A few other changes:
----------------
- ``enable_fts()``, ``populate_fts()`` and ``search()`` table methods
0.3.1 (2018-07-31)
------------------
- Documented related projects
- Added badges to the documentation
0.3 (2018-07-31)
----------------
- New ``Table`` class representing a table in the SQLite database
0.2 (2018-07-28)
----------------
- Initial release to PyPI