From b1251d8279404d5b3aa11dcf38bed90082a9bf5b Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Tue, 19 Nov 2024 14:11:26 +0000 Subject: [PATCH] Release note for #12573, #12587, #12590, #12591 in 6.3.1 --- CHANGELOG.txt | 1 + docs/releases/6.3.1.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1af9647793..795fd2b73b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -56,6 +56,7 @@ Changelog * Fix: Restore ability to upload profile picture through account settings (Sage Abdullah) * Fix: Correctly handle `ImageChooserBlock` to `ImageBlock` data conversions where all inputs to `bulk_to_python` are null (Storm Heg, Matt Westcott) * Fix: Improve spacing of page / collection permissions table in Group settings (Sage Abdullah) + * Docs: Reword `BlogTagIndexPage` example for clarity (Clifford Gama) 6.3 LTS (01.11.2024) diff --git a/docs/releases/6.3.1.md b/docs/releases/6.3.1.md index f357f1102a..b10ea15ba6 100644 --- a/docs/releases/6.3.1.md +++ b/docs/releases/6.3.1.md @@ -17,3 +17,8 @@ depth: 1 * Restore ability to upload profile picture through account settings (Sage Abdullah) * Correctly handle `ImageChooserBlock` to `ImageBlock` data conversions where all inputs to `bulk_to_python` are null (Storm Heg, Matt Westcott) * Improve spacing of page / collection permissions table in Group settings (Sage Abdullah) + + +### Documentation + + * Reword `BlogTagIndexPage` example for clarity and several other tweaks (Clifford Gama)