From fa544d4ec27900b5e97c5bf741d6db1efadcfa66 Mon Sep 17 00:00:00 2001
From: LB Johnston <lb.johnston@virginaustralia.com>
Date: Thu, 8 Dec 2022 07:42:24 +1000
Subject: [PATCH] Add changelog for #9762

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

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index c17fc45700..e02fa3b6d2 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -59,6 +59,7 @@ Changelog
  * Docs: Grammatical adjustments of `page models` usage guide (Damilola Oladele)
  * Docs: Add class inheritance information to StreamField block sreference (Temidayo Azeez)
  * Docs: Document the hook `register_image_operations` and add an example of a custom Image filter (Coen van der Kamp)
+ * Docs: Fix incorrect example code for StreamField migration of `RichTextField` (Matt Westcott)
  * Maintenance: Remove unsquashed `testapp` migrations (Matt Westcott)
  * Maintenance: Upgrade to Node 18 for frontend build tooling (LB (Ben) Johnston)
  * Maintenance: Run Python tests with coverage and upload coverage data to codecov (Sage Abdullah)
diff --git a/docs/releases/4.2.md b/docs/releases/4.2.md
index e9145d864e..800d2d4364 100644
--- a/docs/releases/4.2.md
+++ b/docs/releases/4.2.md
@@ -75,6 +75,7 @@ depth: 1
  * Grammatical adjustments of `page models` usage guide (Damilola Oladele)
  * Add class inheritance information to StreamField block sreference (Temidayo Azeez)
  * Document the hook [`register_image_operations`](register_image_operations) and add an example of a [custom Image filter](custom_image_filters) (Coen van der Kamp)
+ * Fix incorrect example code for StreamField migration of `RichTextField` (Matt Westcott)
 
 ### Maintenance