From 6df6f712b36f0fe75694174906e31242427a8d1d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 7 Jul 2018 22:28:45 -0700 Subject: [PATCH] Release notes for 0.23.2 --- docs/changelog.rst | 11 +++++++++++ docs/installation.rst | 2 ++ 2 files changed, 13 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 378f6ee7..2700af74 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,17 @@ Changelog ========= +.. _v0_23_2: + +0.23.2 (2018-07-07) +------------------- + +Minor bugfix and documentation release. + +- CSV export now respects ``--cors``, fixes `#326 `_ +- :ref:`Installation instructions `, including docker image - closes `#328 `_ +- Fix for row pages for tables with / in, closes `#325 `_ + .. _v0_23_1: 0.23.1 (2018-06-21) diff --git a/docs/installation.rst b/docs/installation.rst index 49658775..55f8db12 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -1,3 +1,5 @@ +.. _installation: + Installation ============