diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 567746c014..5d074d38e6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -21,6 +21,8 @@ Changelog * Fix: Tag input field no longer treats 'б' on Russian keyboards as a comma (Michael Borisov) * Fix: Disabled autocomplete dropdowns on date/time chooser fields (Janneke Janssen) * Fix: Split up `wagtail.admin.forms` to make it less prone to circular imports (Matt Westcott) + * Fix: Disable linking to root page in rich text, making the page non-functional (Matt Westcott) + * Fix: Pages should be editable and save-able even if there are broken links in rich text (Matt Westcott) 2.2.2 (29.08.2018) diff --git a/docs/releases/2.3.rst b/docs/releases/2.3.rst index eb7e181f5b..8f931848e5 100644 --- a/docs/releases/2.3.rst +++ b/docs/releases/2.3.rst @@ -44,6 +44,8 @@ Bug fixes * Tag input field no longer treats 'б' on Russian keyboards as a comma (Michael Borisov) * Disabled autocomplete dropdowns on date/time chooser fields (Janneke Janssen) * Split up ``wagtail.admin.forms`` to make it less prone to circular imports (Matt Westcott) + * Disable linking to root page in rich text, making the page non-functional (Matt Westcott) + * Pages should be editable and save-able even if there are broken links in rich text (Matt Westcott) Upgrade considerations ======================