From a3f5b28b765107b06728c3dc6b99f46acb91a922 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 5 Sep 2022 13:18:38 +0100 Subject: [PATCH] Release notes for 2.16.3 --- CHANGELOG.txt | 8 ++++++++ docs/releases/2.16.3.md | 15 +++++++++++++++ docs/releases/index.rst | 1 + 3 files changed, 24 insertions(+) create mode 100644 docs/releases/2.16.3.md diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dda4e2ddf7..f069472d8e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -322,6 +322,14 @@ Changelog * Fix: Ensure the icon font loads correctly when `STATIC_URL` is not `"/static/"` (Jacob Topp-Mugglestone) +2.16.3 (05.09.2022) +~~~~~~~~~~~~~~~~~~~ + + * 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) + + 2.16.2 (11.04.2022) ~~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/2.16.3.md b/docs/releases/2.16.3.md new file mode 100644 index 0000000000..8bab96d643 --- /dev/null +++ b/docs/releases/2.16.3.md @@ -0,0 +1,15 @@ +# Wagtail 2.16.3 release notes + +```eval_rst +.. contents:: + :local: + :depth: 1 +``` + +## What's new + +### Bug fixes + + * 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) diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 6d7aef2434..c9f50ad0f8 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -12,6 +12,7 @@ Release notes 3.0.2 3.0.1 3.0 + 2.16.3 2.16.2 2.16.1 2.16