pull/6355/head
Matt Westcott 2020-08-24 09:47:16 +01:00
rodzic 8e44476e4f
commit 23bec4345b
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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)