diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e5544510ed..273acab9ab 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -28,6 +28,7 @@ Changelog * Rich text fields now strip out HTML comments * Page editor form now sets enctype="multipart/form-data" as appropriate, allowing FileField to be used on page models (Petr Vacha) * Explorer navigation menu on a completely empty page tree now takes you to the root level, rather than doing nothing + * Added animation and fixed display issues when focusing a rich text field (Alex Gleason) * Fix: Page slugs are no longer auto-updated from the page title if the page is already published * Fix: Deleting a page permission from the groups admin UI does not immediately submit the form * Fix: Wagtail userbar is shown on pages that do not pass a `page` variable to the template (e.g. because they override the `serve` method) diff --git a/docs/releases/1.2.rst b/docs/releases/1.2.rst index f6e842687a..dd37c0336c 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -83,6 +83,7 @@ Minor features * Rich text fields now strip out HTML comments * Page editor form now sets ``enctype="multipart/form-data"`` as appropriate, allowing FileField to be used on page models (Petr Vacha) * Explorer navigation menu on a completely empty page tree now takes you to the root level, rather than doing nothing + * Added animation and fixed display issues when focusing a rich text field (Alex Gleason) Bug fixes ~~~~~~~~~