From 9294907f3136eb27c8f72ad1015d91d598d8f20c Mon Sep 17 00:00:00 2001
From: Sage Abdullah <sage.abdullah@torchbox.com>
Date: Thu, 6 Feb 2025 10:47:18 +0000
Subject: [PATCH] Release note for #12849

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

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index bc6fc8f740..8afa76af07 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -6,6 +6,7 @@ Changelog
 
  * Add `WAGTAIL_` prefix to Wagtail-specific tag settings (Aayushman Singh)
  * Implement `normalize` on `TypedTableBlock` to assist with setting `default` and `preview_value` (Sage Abdullah)
+ * Apply normalization when modifying a `StreamBlock`'s value to assist with programmatic changes to `StreamField` (Matt Westcott)
  * Fix: Take preferred language into account for translatable strings in client-side code (Bernhard Bliem, Sage Abdullah)
  * Docs: Add missing `django.contrib.admin` to list of apps in "add to Django project" guide (Mohamed Rabiaa)
 
diff --git a/docs/releases/6.5.md b/docs/releases/6.5.md
index 3b8a4a0663..69fd2323d7 100644
--- a/docs/releases/6.5.md
+++ b/docs/releases/6.5.md
@@ -15,6 +15,7 @@ depth: 1
 
  * Add `WAGTAIL_` prefix to Wagtail-specific tag settings (Aayushman Singh)
  * Implement `normalize` on `TypedTableBlock` to assist with setting `default` and `preview_value` (Sage Abdullah)
+ * Apply normalization when modifying a `StreamBlock`'s value to assist with programmatic changes to `StreamField` (Matt Westcott)
 
 ### Bug fixes