From e592b8e9c69aea1ad6e07d59845245b8c1540e54 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 1 Nov 2024 13:13:07 +0000 Subject: [PATCH] Release note for #12521 in 6.2.3 --- CHANGELOG.txt | 1 + docs/releases/6.2.3.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 70722f1655..92f36faad6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ Changelog * Fix: Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas) * Fix: Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah) * Fix: Prevent history view from breaking if a log entry's revision is missing (Matt Westcott) + * Docs: Upgrade sphinx-wagtail-theme to v6.4.0, with a new search integration and Read the Docs Addons bug fixes (Thibaud Colas) 6.2.2 (24.09.2024) diff --git a/docs/releases/6.2.3.md b/docs/releases/6.2.3.md index ddf5202e7b..9111a632ed 100644 --- a/docs/releases/6.2.3.md +++ b/docs/releases/6.2.3.md @@ -17,3 +17,8 @@ depth: 1 * Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas) * Fix error on workflow settings view with multiple snippet types assigned to the same workflow on Postgres (Sage Abdullah) * Prevent history view from breaking if a log entry's revision is missing (Matt Westcott) + + +### Documentation + + * Upgrade sphinx-wagtail-theme to v6.4.0, with a new search integration and Read the Docs Addons bug fixes (Thibaud Colas)