From c01a0952a218e3f70e3630aa75b0299f25dad5ec Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Tue, 15 Dec 2015 15:59:55 +0000 Subject: [PATCH] Changelog/release note for #1864 --- CHANGELOG.txt | 1 + docs/releases/1.3.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cc3e574b4e..8fac6883c1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,6 +10,7 @@ Changelog * Added `WagtailPageTests`, a helper module to simplify writing tests for Wagtail sites * Added system checks to check the `subpage_types` and `parent_page_types` attributes of page models * Added `WAGTAIL_PASSWORD_RESET_ENABLED` setting to allow password resets to be disabled independently of the password management interface (John Draper) + * Submit for moderation notification emails now include the editor name (Denis Voskvitsov) * Updated fonts for more comprehensive Unicode support * Added `.alt` attribute to image renditions * The default `src`, `width`, `height` and `alt` attributes can now be overridden by attributes passed to the `{% image %}` tag diff --git a/docs/releases/1.3.rst b/docs/releases/1.3.rst index b7d68f15c9..74d3dc593d 100644 --- a/docs/releases/1.3.rst +++ b/docs/releases/1.3.rst @@ -55,6 +55,7 @@ Minor features * Added ``WagtailPageTests``, a helper module to simplify writing tests for Wagtail sites. See :doc:`/advanced_topics/testing` * Added system checks to check the ``subpage_types`` and ``parent_page_types`` attributes of page models * Added ``WAGTAIL_PASSWORD_RESET_ENABLED`` setting to allow password resets to be disabled independently of the password management interface (John Draper) + * Submit for moderation notification emails now include the editor name (Denis Voskvitsov) * Updated fonts for more comprehensive Unicode support * Added ``.alt`` attribute to image renditions * The default ``src``, ``width``, ``height`` and ``alt`` attributes can now be overridden by attributes passed to the ``{% image %}`` tag