diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e4322162b4..26c2396508 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -28,6 +28,7 @@ Changelog * 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) + * Fix: Copy-paste between Draftail editors now preserves all formatting/content (Thibaud Colas) 2.1.1 (04.07.2018) diff --git a/docs/releases/2.2.rst b/docs/releases/2.2.rst index e1e5a34d9a..3c0905f0f5 100644 --- a/docs/releases/2.2.rst +++ b/docs/releases/2.2.rst @@ -41,6 +41,7 @@ Bug fixes * 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) + * Copy-paste between Draftail editors now preserves all formatting/content (Thibaud Colas) Upgrade considerations ======================