From fd2ad63362684cd279c96b583c35ebe8e3053ad7 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 5 Sep 2022 13:19:12 +0100 Subject: [PATCH] fix formatting of 2.15.6 release notes --- docs/releases/2.15.6.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releases/2.15.6.rst b/docs/releases/2.15.6.rst index 94fc5ec060..b9b3823ee6 100644 --- a/docs/releases/2.15.6.rst +++ b/docs/releases/2.15.6.rst @@ -13,6 +13,6 @@ What's new Bug fixes ~~~~~~~~~ - * Fix: Ensure the upgrade notification request for the latest release, which can be disabled via the `WAGTAIL_ENABLE_UPDATE_CHECK` sends the referrer origin with `strict-origin-when-cross-origin` (Karl Hobley) - * Fix: On the Locked Pages report, limit the "locked by" filter to just users who have locked pages (Stefan Hammer) - * Fix: Ensure Python 3.10 compatibility when using Elasticsearch backend (Przemysław Buczkowski, Matt Westcott) + * Ensure the upgrade notification request for the latest release, which can be disabled via the ``WAGTAIL_ENABLE_UPDATE_CHECK`` sends the referrer origin with ``strict-origin-when-cross-origin`` (Karl Hobley) + * On the Locked Pages report, limit the "locked by" filter to just users who have locked pages (Stefan Hammer) + * Ensure Python 3.10 compatibility when using Elasticsearch backend (Przemysław Buczkowski, Matt Westcott)