From 71d19a78279ceadd8fd0de72c47ed51e1e9d891c Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 17 Jul 2023 17:22:15 +0100 Subject: [PATCH] Release note for snippet inspect view (#10621) --- CHANGELOG.txt | 1 + docs/releases/5.1.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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