From 9841a294385f545004e2baaf2c9a14fc5fe908fe Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Mon, 5 Sep 2022 13:13:22 +0100
Subject: [PATCH] Add release notes for 2.15.6

---
 CHANGELOG.txt            |  8 ++++++++
 docs/releases/2.15.6.rst | 18 ++++++++++++++++++
 docs/releases/index.rst  |  1 +
 3 files changed, 27 insertions(+)
 create mode 100644 docs/releases/2.15.6.rst

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a60fefab72..43bac7d300 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -86,6 +86,14 @@ Changelog
  * Fix: Ensure that programmatic page moves are correctly logged as 'move' and not 'reorder' in some cases (Andy Babic)
 
 
+2.15.6 (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.15.5 (11.04.2022)
 ~~~~~~~~~~~~~~~~~~~
 
diff --git a/docs/releases/2.15.6.rst b/docs/releases/2.15.6.rst
new file mode 100644
index 0000000000..94fc5ec060
--- /dev/null
+++ b/docs/releases/2.15.6.rst
@@ -0,0 +1,18 @@
+============================
+Wagtail 2.15.6 release notes
+============================
+
+.. contents::
+    :local:
+    :depth: 1
+
+
+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)
diff --git a/docs/releases/index.rst b/docs/releases/index.rst
index 87900f3dbf..1ced9e302f 100644
--- a/docs/releases/index.rst
+++ b/docs/releases/index.rst
@@ -8,6 +8,7 @@ Release notes
    2.16.2
    2.16.1
    2.16
+   2.15.6
    2.15.5
    2.15.4
    2.15.3