From cf9758138ada0e1528bf29d054dbe0227075981a Mon Sep 17 00:00:00 2001 From: Matt Westcott <matt@west.co.tt> Date: Mon, 5 Oct 2015 22:54:37 +0100 Subject: [PATCH] Release note for #1075 --- CHANGELOG.txt | 1 + docs/releases/1.2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 018b08000e..f49771fd92 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ Changelog * Simplified body_class in default homepage template (Josh Barr) * page_published signal now called with the revision object that was published (Josh Barr) * Added an overrideable favicon to the admin interface + * Added spinner animations to long-running form submissions * 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 8d9bf0f55d..128b1fa2ea 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -17,6 +17,7 @@ What's new * Simplified body_class in default homepage template * page_published signal now called with the revision object that was published * Added a favicon to the admin interface, customisable by overriding the ``branding_favicon`` block (see :ref:`custom_branding`). + * Added spinner animations to long-running form submissions Bug fixes ~~~~~~~~~