From 6abe6faff6b035e9334dd05f8c741ae9b7a47440 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 13 Jul 2019 20:04:05 -0700 Subject: [PATCH] Release 0.9.2 --- docs/changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 01f0230b..d04ae2ca 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,15 @@ Changelog ========= +.. _v0_29_2: + +0.29.2 (2019-07-13) +------------------- + +- Bumped `Uvicorn `__ to 0.8.4, fixing a bug where the querystring was not included in the server logs. (`#559 `__) +- Fixed bug where the navigation breadcrumbs were not displayed correctly on the page for a custom query. (`#558 `__) +- Fixed bug where custom query names containing unicode characters caused errors. + .. _v0_29_1: 0.29.1 (2019-07-11)