From be20e6991eac2baa9b43e9b26ae209bae805ede5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 2 Mar 2020 19:43:08 -0800 Subject: [PATCH] Changelog for 0.37.1 --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 84845b54..93c250b5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,16 @@ Changelog ========= +.. _v0_37_1: + +0.37.1 (2020-03-02) +------------------- + +* Don't attempt to count table rows to display on the index page for databases > 100MB. (`#688 `__) +* Print exceptions if they occur in the write thread rather than silently swallowing them. +* Handle the possibility of ``scope["path"]`` being a string rather than bytes +* Better documentation for the :ref:`plugin_hook_extra_template_vars` plugin hook. + .. _v0_37: 0.37 (2020-02-25)