diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 795fd2b73b..ad978f8afe 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -57,6 +57,7 @@ Changelog * 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) + * Docs: Change title of blog index page in tutorial to avoid slug issues (Thibaud Colas) 6.3 LTS (01.11.2024) diff --git a/docs/releases/6.3.1.md b/docs/releases/6.3.1.md index b10ea15ba6..42ce9b5b21 100644 --- a/docs/releases/6.3.1.md +++ b/docs/releases/6.3.1.md @@ -22,3 +22,4 @@ depth: 1 ### Documentation * Reword `BlogTagIndexPage` example for clarity and several other tweaks (Clifford Gama) + * Change title of blog index page in tutorial to avoid slug issues (Thibaud Colas)