From 5bac77a6489bd8ea1b6eef13ff378a2ad6ee1bb5 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 13 Oct 2015 22:46:02 +0100 Subject: [PATCH] Release note for #1822 --- CHANGELOG.txt | 1 + docs/releases/1.2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 189883cf67..d2758f4954 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -20,6 +20,7 @@ Changelog * Added spinner animations to long-running form submissions * The EMBEDLY_KEY setting has been renamed to WAGTAILEMBEDS_EMBEDLY_KEY (Anurag Sharma) * StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason) + * Wagtail admin now standardises on a single thumbnail image size, to reduce the overhead of creating multiple renditions * The `first_published_at` and `latest_revision_created_at` fields on page models are now available as filter fields on search queries * 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 a14fb8f255..110d284f74 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -51,6 +51,7 @@ Minor features * The EMBEDLY_KEY setting has been renamed to WAGTAILEMBEDS_EMBEDLY_KEY * StreamField blocks are now added automatically, without showing the block types menu, if only one block type exists (Alex Gleason) * The ``first_published_at`` and ``latest_revision_created_at`` fields on page models are now available as filter fields on search queries + * Wagtail admin now standardises on a single thumbnail image size, to reduce the overhead of creating multiple renditions Bug fixes ~~~~~~~~~