From 14982bd900f17a66acc3930ec1a2ff138716d198 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 6 Oct 2020 13:50:54 -0700 Subject: [PATCH] Release 0.50a1 Refs #995, #993, #989 --- docs/changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 855f1aec..aad86e7b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Changelog ========= +.. _v0_50_a1: + +0.50a1 (2020-10-06) +------------------- + +- Column action menu now shows the column type. (`#993 `__) +- Column action sort links now correctly link to the first page of sorted results. (`#989 `__) +- :ref:`publish_cloud_run` documentation now covers Google Cloud SDK options. Thanks, Geoffrey Hing. (`#995 `__) + .. _v0_50_a0: 0.50a0 (2020-10-01)