Release notes for 0.23.2

This commit is contained in:
Simon Willison 2018-07-07 22:28:45 -07:00
commit 6df6f712b3
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
2 changed files with 13 additions and 0 deletions

View file

@ -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 <https://github.com/simonw/datasette/issues/326>`_
- :ref:`Installation instructions <installation>`, including docker image - closes `#328 <https://github.com/simonw/datasette/issues/328>`_
- Fix for row pages for tables with / in, closes `#325 <https://github.com/simonw/datasette/issues/325>`_
.. _v0_23_1:
0.23.1 (2018-06-21)

View file

@ -1,3 +1,5 @@
.. _installation:
Installation
============