diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 58aecce76c..07d43be62b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -26,6 +26,7 @@ Changelog * Fix: Pages with missing model definitions no longer crash the API (Abdulmalik Abdulwahab) * Fix: Rich text image chooser no longer skips format selection after a validation error (Matt Westcott) * Fix: Null characters in URLs no longer crash the redirect middleware on PostgreSQL (Andrew Crewdson, Matt Westcott) + * Fix: Permission checks no longer prevent a non-live page from being unscheduled (Abdulmalik Abdulwahab) 2.1.1 (04.07.2018) diff --git a/docs/releases/2.2.rst b/docs/releases/2.2.rst index 55a9b77a05..fe40a1b652 100644 --- a/docs/releases/2.2.rst +++ b/docs/releases/2.2.rst @@ -39,6 +39,7 @@ Bug fixes * Pages with missing model definitions no longer crash the API (Abdulmalik Abdulwahab) * Rich text image chooser no longer skips format selection after a validation error (Matt Westcott) * Null characters in URLs no longer crash the redirect middleware on PostgreSQL (Andrew Crewdson, Matt Westcott) + * Permission checks no longer prevent a non-live page from being unscheduled (Abdulmalik Abdulwahab) Upgrade considerations ======================