From 9511d7f3acc65997677bdde7a2637a81a844e64a Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 16 Jan 2025 14:54:29 +0000 Subject: [PATCH] Release note for #12778 --- CHANGELOG.txt | 1 + docs/releases/6.4.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 095dd1fb82..f65e6f593e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -88,6 +88,7 @@ Changelog * Docs: Separate virtual environment creation and activation steps in tutorial (Ankit Kumar) * Docs: Update tutorial to use plain strings in place of `FieldPanel` / `InlinePanel` where appropriate (Unyime Emmanuel Udoh) * Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser) + * Docs: Document `get_template` method on StreamField blocks (Matt Westcott) * Maintenance: Close open files when reading within utils/setup.py (Ataf Fazledin Ahamed) * Maintenance: Avoid redundant `ALLOWED_HOSTS` check in `Site.find_for_request` (Jake Howard) * Maintenance: Update `CloneController` to ensure that `added`/`cleared` events are not dispatched as cancelable (LB (Ben) Johnston) diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md index 0984920aae..d6c7956f58 100644 --- a/docs/releases/6.4.md +++ b/docs/releases/6.4.md @@ -97,6 +97,7 @@ depth: 1 * Separate virtual environment creation and activation steps in tutorial (Ankit Kumar) * Update tutorial to use plain strings in place of `FieldPanel` / `InlinePanel` where appropriate (Unyime Emmanuel Udoh) * Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser) + * Document `get_template` method on StreamField blocks (Matt Westcott) ### Maintenance