From 714beabb7ff55701cc2131fe1b86c6e1d8bf0605 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Thu, 24 Aug 2023 11:02:47 +0100 Subject: [PATCH] Release notes for #10823 --- CHANGELOG.txt | 1 + docs/releases/5.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5413db097ed5..7984cc2b2325 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,6 +14,7 @@ Changelog * Move `SnippetViewSet.list_display` to `ModelViewSet` (Sage Abdullah) * Remove `wagtail.publish` log action on aliases when they are created from live source pages or the source page is published (Dan Braghis) * Remove `wagtail.unpublish` log action on aliases when source page is unpublished (Dan Braghis) + * Add compare buttons to workflow dashboard panel (Matt Westcott) * Fix: Ensure that StreamField's `FieldBlock`s correctly set the `required` and `aria-describedby` attributes (Storm Heg) * Fix: Avoid an error when the moderation panel (admin dashboard) contains both snippets and private pages (Matt Westcott) * Fix: When deleting collections, ensure the collection name is correctly shown in the success message (LB (Ben) Johnston) diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index 46eb9ecba4a8..fd7518c476bb 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -24,6 +24,7 @@ depth: 1 * Move `SnippetViewSet.list_display` to `ModelViewSet` (Sage Abdullah) * Remove `wagtail.publish` log action on aliases when they are created from live source pages or the source page is published (Dan Braghis) * Remove `wagtail.unpublish` log action on aliases when source page is unpublished (Dan Braghis) + * Add compare buttons to workflow dashboard panel (Matt Westcott) ### Bug fixes