diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5b91741b8d..78f32d9531 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -23,6 +23,7 @@ Changelog * Fix: Remove duplicate header in privacy dialog when a privacy setting is set on a parent page or collection (Matthias Brück) * Fix: Allow renditions of `.ico` images (Julie Rymer) * Fix: Handle choice groups as dictionaries in active filters (Sébastien Corbin) + * Fix: Add separators when displaying multiple error messages on a StructBlock (Kyle Bayliss) * Docs: Remove duplicate section on frontend caching proxies from performance page (Jake Howard) * Docs: Document `restriction_type` field on PageViewRestriction (Shlomo Markowitz) * Docs: Document Wagtail's bug bounty policy (Jake Howard) diff --git a/docs/releases/6.2.md b/docs/releases/6.2.md index 0d7b63d722..9a47cd4993 100644 --- a/docs/releases/6.2.md +++ b/docs/releases/6.2.md @@ -37,6 +37,7 @@ depth: 1 * Remove duplicate header in privacy dialog when a privacy setting is set on a parent page or collection (Matthias Brück) * Allow renditions of `.ico` images (Julie Rymer) * Fix the rendering of grouped choices when using ChoiceFilter in combination with choices (Sébastien Corbin) + * Add separators when displaying multiple error messages on a StructBlock (Kyle Bayliss) ### Documentation