From 0e7b92971a317453f90e7923a7d79370ad8ca975 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 29 Oct 2015 00:12:02 +0000 Subject: [PATCH] Release note for #1718 --- CHANGELOG.txt | 1 + docs/releases/1.2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 273acab9a..d8265f752 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -29,6 +29,7 @@ Changelog * 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) + * Added a system check to warn if Pillow is compiled without JPEG / PNG support * 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 dd37c0336..cb79bf0f3 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -84,6 +84,7 @@ Minor features * 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) + * Added a system check to warn if Pillow is compiled without JPEG / PNG support Bug fixes ~~~~~~~~~