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 ============