You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,25 @@
4
4
Changelog
5
5
=========
6
6
7
+
.. _v0_65:
8
+
9
+
0.65 (2024-10-07)
10
+
-----------------
11
+
12
+
- Upgrade for compatibility with Python 3.13 (by vendoring Pint dependency). (:issue:`2434`)
13
+
- Dropped support for Python 3.8.
14
+
7
15
.. _v0_64_8:
8
16
9
-
0.64.8 (2023-06-21)
17
+
0.64.8 (2024-06-21)
10
18
-------------------
11
19
12
20
- Security improvement: 404 pages used to reflect content from the URL path, which could be used to display misleading information to Datasette users. 404 errors no longer display additional information from the URL. (:issue:`2359`)
13
21
- Backported a better fix for correctly extracting named parameters from canned query SQL against SQLite 3.46.0. (:issue:`2353`)
14
22
15
23
.. _v0_64_7:
16
24
17
-
0.64.7 (2023-06-12)
25
+
0.64.7 (2024-06-12)
18
26
-------------------
19
27
20
28
- Fixed a bug where canned queries with named parameters threw an error when run against SQLite 3.46.0. (:issue:`2353`)
0 commit comments