From 627a013caf4472ca9264428e4249a1bea82ad0ef Mon Sep 17 00:00:00 2001 From: Matt Westcott <matt@west.co.tt> Date: Tue, 14 Jun 2022 15:58:46 +0200 Subject: [PATCH] Release note for #8680 --- CHANGELOG.txt | 1 + docs/releases/3.0.1.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5bdf287b70..13654c3224 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,6 +10,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) diff --git a/docs/releases/3.0.1.md b/docs/releases/3.0.1.md index 76724668c7..90983ae682 100644 --- a/docs/releases/3.0.1.md +++ b/docs/releases/3.0.1.md @@ -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)