diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e6fc20d86..394296fe9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -18,6 +18,7 @@ Changelog * 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 + * Fix: Project template no longer raises a deprecation warning (Maximilian Stauss) 1.1 (15.09.2015) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 8da9da6bd..62e3531e1 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -67,6 +67,7 @@ Contributors * Timothy Allen * Rob Shelton * Anurag Sharma +* Maximilian Stauss Translators diff --git a/docs/releases/1.2.rst b/docs/releases/1.2.rst index c7a73db02..0d13308c8 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -45,6 +45,7 @@ Bug fixes * Deleting a page permission from the groups admin UI does not immediately submit the form * Wagtail userbar is shown on pages that do not pass a ``page`` variable to the template (e.g. because they override the ``serve`` method) * ``request.site`` now set correctly on page preview when the page is not in the default site + * Project template no longer raises a deprecation warning (Maximilian Stauss) Upgrade considerations