pull/8683/head
Matt Westcott 2022-06-14 15:58:46 +02:00
rodzic b834c7aec7
commit cba208bfe8
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,7 @@ Changelog
* Fix: Fix misaligned spinner icon on page action button (LB (Ben Johnston))
* Fix: Ensure radio buttons / checkboxes display vertically under Django 4.0 (Matt Westcott)
* Fix: Prevent failures when splitting blocks at the start or end of a block, or with highlighted text (Jacob Topp-Mugglestone)
* Fix: Allow scheduled publishing to complete when the initial editor did not have publish permission (Matt Westcott)
3.0 (16.05.2022)

Wyświetl plik

@ -17,3 +17,4 @@ depth: 1
* Fix misaligned spinner icon on page action button (LB (Ben Johnston))
* Ensure radio buttons / checkboxes display vertically under Django 4.0 (Matt Westcott)
* Prevent failures when splitting blocks at the start or end of a block, or with highlighted text (Jacob Topp-Mugglestone)
* Allow scheduled publishing to complete when the initial editor did not have publish permission (Matt Westcott)