From 00a1402925de7206e1b068c2a4d2b3d384d72b81 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 5 Oct 2015 17:03:25 +0100 Subject: [PATCH] Changelog/release notes for #1783 and #1784 --- CHANGELOG.txt | 2 ++ docs/releases/1.2.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 47eb81d6d4..02f92e0ae3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,8 @@ Changelog * Order of URL parameters now ignored by redirect middleware (Michael Cordover) * Added SQL Server compatibility to image migration (Timothy Allen) * Added classnames to Wagtail rich text editor buttons to aid custom styling (Rob Shelton) + * Simplified body_class in default homepage template (Josh Barr) + * page_published signal now called with the revision object that was published (Josh Barr) * 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 7384bf4125..0d675fd209 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -14,6 +14,8 @@ What's new * Order of URL parameters now ignored by redirect middleware * Added SQL Server compatibility to image migration * Added classnames to Wagtail rich text editor buttons to aid custom styling + * Simplified body_class in default homepage template + * page_published signal now called with the revision object that was published Bug fixes ~~~~~~~~~