From 2804ebfec252948921416bfd5b893c4d0edf7ace Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 9 Sep 2022 13:45:39 +0100 Subject: [PATCH] Release note for #9176 in 4.0.2 --- CHANGELOG.txt | 1 + docs/releases/4.0.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dcfd3f8306..aeac10e5de 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -32,6 +32,7 @@ Changelog * Fix: Ensure tag autocompletion dropdown has a solid background (LB (Ben) Johnston) * Fix: Allow inline panels to be ordered (LB (Ben) Johnston) + * Fix: Only show draft / live status tags on snippets that have `DraftStateMixin` applied (Sage Abdullah) 4.0.1 (05.09.2022) diff --git a/docs/releases/4.0.2.md b/docs/releases/4.0.2.md index cb34153ef5..414990ca0e 100644 --- a/docs/releases/4.0.2.md +++ b/docs/releases/4.0.2.md @@ -15,3 +15,4 @@ depth: 1 * Ensure tag autocompletion dropdown has a solid background (LB (Ben) Johnston) * Allow inline panels to be ordered (LB (Ben) Johnston) + * Only show draft / live status tags on snippets that have `DraftStateMixin` applied (Sage Abdullah)