From 11b9448dc07ca556c9a478eeedc5a3631a9c2297 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Fri, 10 Feb 2023 14:44:55 +0000
Subject: [PATCH] Changelog entries for #9974, #9987, #9996

---
 CHANGELOG.txt        | 2 ++
 docs/releases/5.0.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 4773b37dd4..182f6f2216 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -11,10 +11,12 @@ Changelog
  * Fix: Adopt a no-JavaScript and more accessible solution for the 'Reset to default' switch to Gravatar when editing user profile (Loveth Omokaro)
  * Docs: Add code block to make it easier to understand contribution docs (Suyash Singh)
  * Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp)
+ * Maintenance: Removed features deprecated in Wagtail 3.0 and 4.0 (Matt Westcott)
  * Maintenance: Update djhtml (html formatting) library to v 1.5.2 (Loveth Omokaro)
  * Maintenance: Re-enable `strictPropertyInitialization` in tsconfig (Thibaud Colas)
  * Maintenance: Refactor accessibility checker userbar item (Albina Starykova)
  * Maintenance: Removed unused `Page.get_static_site_paths` method (Yosr Karoui)
+ * Maintenance: Provisional Django 5.0 compatibility fixes (Sage Abdullah)
 
 
 4.2 (06.02.2023)
diff --git a/docs/releases/5.0.md b/docs/releases/5.0.md
index db5fd1a4dc..d123292303 100644
--- a/docs/releases/5.0.md
+++ b/docs/releases/5.0.md
@@ -31,10 +31,12 @@ depth: 1
 
 ### Maintenance
 
+ * Removed features deprecated in Wagtail 3.0 and 4.0 (Matt Westcott)
  * Update djhtml (html formatting) library to v 1.5.2 (Loveth Omokaro)
  * Re-enable `strictPropertyInitialization` in tsconfig (Thibaud Colas)
  * Refactor accessibility checker userbar item (Albina Starykova)
  * Removed unused `Page.get_static_site_paths` method (Yosr Karoui)
+ * Provisional Django 5.0 compatibility fixes (Sage Abdullah)
 
 ## Upgrade considerations