diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index cb51f7f057..8d4ace2b07 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -66,6 +66,7 @@ Changelog
  * Maintenance: Replace `<script type="text/django-form-template"><-/script>` template approach with HTML `template` elements in InlinePanel and expanding formset (Mansi Gundre, Subhajit Ghosh, LB (Ben) Johnston)
  * Maintenance: Refactor side panels code for better reuse in pages and snippets (Sage Abdullah)
  * Maintenance: Deprecate legacy URL redirects in `ModelViewSet` and `SnippetViewSet` (Sage Abdullah)
+ * Maintenance: Simplify code for registering page listing action buttons (Matt Westcott)
 
 
 5.1.2 (xx.xx.20xx) - IN DEVELOPMENT
diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md
index 7f2bc2e020..a14489552b 100644
--- a/docs/releases/5.2.md
+++ b/docs/releases/5.2.md
@@ -87,6 +87,7 @@ depth: 1
  * Replace `<script type="text/django-form-template"><-/script>` template approach with HTML `template` elements in InlinePanel and expanding formset (Mansi Gundre, Subhajit Ghosh, LB (Ben) Johnston)
  * Refactor side panels code for better reuse in pages and snippets (Sage Abdullah)
  * Deprecate legacy URL redirects in `ModelViewSet` and `SnippetViewSet` (Sage Abdullah)
+ * Simplify code for registering page listing action buttons (Matt Westcott)
 
 
 ## Upgrade considerations - changes affecting all projects