From 99488de329fa252f54db3166e46da468aa512388 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 9 Oct 2020 14:50:19 -0700 Subject: [PATCH] Link to 0.50 annotated release notes --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a6d74914..f5758126 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,6 +28,8 @@ Other improvements in this release: - ``OPTIONS`` requests against HTML pages no longer return a 500 error. (`#1001 `__) - Datasette now supports Python 3.9. +See also `Datasette 0.50: The annotated release notes `__. + .. _v0_49_1: 0.49.1 (2020-09-15)