diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 5413db097e..7984cc2b23 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 46eb9ecba4..fd7518c476 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