Refs #1985, #1987
pull/1996/head
Simon Willison 2023-01-11 10:21:37 -08:00
rodzic 50fd94e04f
commit 25a612fe09
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,14 @@
Changelog
=========
.. _v0_64_1:
0.64.1 (2023-01-11)
-------------------
- Documentation now links to a current source of information for installing Python 3. (:issue:`1987`)
- Incorrectly calling the Datasette constructor using ``Datasette("path/to/data.db")`` instead of ``Datasette(["path/to/data.db"])`` now returns a useful error message. (:issue:`1985`)
.. _v0_64:
0.64 (2023-01-09)