From 23bec4345b0428246e1222c540a90c29aa6c2aac Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 24 Aug 2020 09:47:16 +0100 Subject: [PATCH] Release note for #6336 --- CHANGELOG.txt | 1 + docs/releases/2.10.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2910d4a555..7316982aef 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -20,6 +20,7 @@ Changelog * Fix: Prevent `create_log_entries_from_revisions` command from failing when page model classes are missing (Dan Braghis) * Fix: Prevent page audit log views from failing for user models without a `username` field (Vyacheslav Matyukhin) * Fix: Fix icon alignment on menu items (Coen van der Kamp) + * Fix: Page editor header bar now correctly shows 'Published' or 'Draft' status when no revisions exist (Matt Westcott) 2.10 (11.08.2020) diff --git a/docs/releases/2.10.1.rst b/docs/releases/2.10.1.rst index 2bf6f6ae26..e2b1ef7068 100644 --- a/docs/releases/2.10.1.rst +++ b/docs/releases/2.10.1.rst @@ -16,3 +16,4 @@ Bug fixes * Prevent ``create_log_entries_from_revisions`` command from failing when page model classes are missing (Dan Braghis) * Prevent page audit log views from failing for user models without a ``username`` field (Vyacheslav Matyukhin) * Fix icon alignment on menu items (Coen van der Kamp) + * Page editor header bar now correctly shows 'Published' or 'Draft' status when no revisions exist (Matt Westcott)