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