From 6b5662cbdc07ec70eb4801068d1a14c9af14a506 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Thu, 18 Jul 2024 16:30:53 +0100 Subject: [PATCH] Release note for #12023 --- CHANGELOG.txt | 1 + docs/releases/6.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 08aa9d106a..a4f61e92e8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -25,6 +25,7 @@ Changelog * Add word count and reading time metrics within the page editor (Albina Starykova. Sponsored by The Motley Fool) * Implement a new design for accessibility checks (Albina Starykova) * Allow changing available privacy options per page model (Shlomo Markowitz) + * Add "soft" client-side validation for `StreamBlock` / `ListBlock` `min_num` / `max_num` (Matt Westcott) * Fix: Make `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` setting functional again (Rohit Sharma) * Fix: Enable `richtext` template tag to convert lazy translation values (Benjamin Bach) * Fix: Ensure permission labels on group permissions page are translated where available (Matt Westcott) diff --git a/docs/releases/6.2.md b/docs/releases/6.2.md index 2b0675e072..ca9a72190f 100644 --- a/docs/releases/6.2.md +++ b/docs/releases/6.2.md @@ -45,6 +45,7 @@ This feature was developed by Albina Starykova and sponsored by The Motley Fool. * Support customizations to `UserViewSet` via the app config (Sage Abdullah) * Implement a new design for accessibility checks (Albina Starykova, sponsored by The Motley Fool) * Allow changing available privacy options per page model (Shlomo Markowitz) + * Add "soft" client-side validation for `StreamBlock` / `ListBlock` `min_num` / `max_num` (Matt Westcott) ### Bug fixes