From 7c5bcee93e8d9624353b7c9b6d703832f65f97a4 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
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 43bac7d300..5670a2af1e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,14 @@
 Changelog
 =========
 
+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 1ced9e302f..22b7a3416f 100644
--- a/docs/releases/index.rst
+++ b/docs/releases/index.rst
@@ -5,6 +5,7 @@ Release notes
    :maxdepth: 1
 
    upgrading
+   2.16.3
    2.16.2
    2.16.1
    2.16