diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6fabb60147..32f980e816 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,7 @@ Changelog * 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 + * The EMBEDLY_KEY setting has been renamed to WAGTAILEMBEDS_EMBEDLY_KEY (Anurag Sharma) * 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) * Fix: request.site now set correctly on page preview when the page is not in the default site diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index cf0722ea86..bb1dbb60f2 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -66,6 +66,7 @@ Contributors * Michael Cordover * Timothy Allen * Rob Shelton +* Anurag Sharma Translators diff --git a/docs/releases/1.2.rst b/docs/releases/1.2.rst index 53f40f9078..67d0d4a96e 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -29,6 +29,7 @@ Minor features * 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 + * The EMBEDLY_KEY setting has been renamed to WAGTAILEMBEDS_EMBEDLY_KEY Bug fixes ~~~~~~~~~