diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 536ef2a402..abecdf7a6a 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -30,6 +30,7 @@ Changelog
  * Change the default WebP quality to 80 to match AVIF (Aman Pandey)
  * Adopt optimised Wagtail logo in the admin interface (Albina Starykova)
  * Add support for presenting the userbar (Wagtail button) in dark mode (Albina Starykova)
+ * Add Inspect view to snippets (Sage Abdullah)
  * Fix: Prevent choosers from failing when initial value is an unrecognised ID, e.g. when moving a page from a location where `parent_page_types` would disallow it (Dan Braghis)
  * Fix: Move comment notifications toggle to the comments side panel (Sage Abdullah)
  * Fix: Remove comment button on InlinePanel fields (Sage Abdullah)
diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md
index 20d41f0eef..e1a441e713 100644
--- a/docs/releases/5.1.md
+++ b/docs/releases/5.1.md
@@ -79,7 +79,8 @@ This feature was developed by Aman Pandey as part of the Google Summer of Code p
  * Purge revisions of non-page models in `purge_revisions` command (Sage Abdullah)
  * Change the default WebP quality to 80 to match AVIF (Aman Pandey)
  * Adopt optimised Wagtail logo in the admin interface (Albina Starykova)
-* Add support for presenting the userbar (Wagtail button) in dark mode (Albina Starykova)
+ * Add support for presenting the userbar (Wagtail button) in dark mode (Albina Starykova)
+ * Add Inspect view to snippets (Sage Abdullah)
 
 ### Bug fixes