From dea86b9fba78e032ad09673e884e764387daf209 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 21 Jun 2018 08:37:13 -0700 Subject: [PATCH] Changelog for 0.23.1 --- docs/changelog.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3b2bd8a540..378f6ee744 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,22 @@ Changelog ========= +.. _v0_23_1: + +0.23.1 (2018-06-21) +------------------- + +Minor bugfix release. + +- Correctly display empty strings in HTML table, closes `#314 `_ +- Allow "." in database filenames, closes `#302 `_ +- 404s ending in slash redirect to remove that slash, closes `#309 `_ +- Fixed incorrect display of compound primary keys with foreign key + references. Closes `#319 `_ +- Docs + example of canned SQL query using || concatenation. Closes `#321 `_ +- Correctly display facets with value of 0 - closes `#318 `_ +- Default 'expand labels' to checked in CSV advanced export + .. _v0_23: 0.23 (2018-06-18)