From 6fe30c348c58a0bc312552fd7a889731427b86e5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 9 Oct 2020 17:41:22 -0700 Subject: [PATCH] Release 0.50.1 Refs #1010 --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f5758126..f0e825b3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v0_50.1: + +0.50.1 (2020-10-09) +------------------- + +- Fixed a bug introduced in 0.50 where the export as JSON/CSV links on the table, row and query pages were broken. (`#1010 `__) + .. _v0_50: 0.50 (2020-10-09)