From 0714cddd546bdc70cbd9f7b6be98ad6939b1ad52 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 19 Jul 2016 10:45:19 +0100 Subject: [PATCH] Release note for #2848 --- CHANGELOG.txt | 1 + docs/releases/1.6.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ad3f8f993..86d9e9bb6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,6 +24,7 @@ Changelog * Added ability to delete users through Settings -> Users (Vincent Audebert; thanks also to Ludolf Takens and Tobias Schmidt for alternative implementations) * Page previews now pass additional HTTP headers, to simulate the page being viewed by the logged-in user and avoid clashes with middleware (Robert Rollins) * Added back buttons to page delete and unpublish confirmation screens (Matt Westcott) + * Recognise Flickr embed URLs using HTTPS (Danielle Madeley) * Fix: Email templates and document uploader now support custom `STATICFILES_STORAGE` (Jonny Scholes) * Fix: Removed alignment options (deprecated in HTML and not rendered by Wagtail) from `TableBlock` context menu (Moritz Pfeiffer) * Fix: Fixed incorrect CSS path on ModelAdmin's "choose a parent page" view diff --git a/docs/releases/1.6.rst b/docs/releases/1.6.rst index 9e650dd97..7c62e8e31 100644 --- a/docs/releases/1.6.rst +++ b/docs/releases/1.6.rst @@ -49,6 +49,7 @@ Minor features * Added ability to delete users through Settings -> Users (Vincent Audebert; thanks also to Ludolf Takens and Tobias Schmidt for alternative implementations) * Page previews now pass additional HTTP headers, to simulate the page being viewed by the logged-in user and avoid clashes with middleware (Robert Rollins) * Added back buttons to page delete and unpublish confirmation screens (Matt Westcott) + * Recognise Flickr embed URLs using HTTPS (Danielle Madeley) Bug fixes