From 1aa0817a03fe75ca4b9c8a5087f1e42dac3d6fec Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 12 Apr 2016 16:07:09 +0100 Subject: [PATCH] Release note for #2205 --- CHANGELOG.txt | 1 + docs/releases/1.5.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ef0e6664d..6f6844050 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -22,6 +22,7 @@ Changelog * Fix: Fixed crash when an image without a source file was resized with the "dynamic serve view" * Fix: Registered settings admin menu items now show active correctly (Matthew Downey) * Fix: Direct usage of ``Document`` model replaced with ``get_document_model`` function in ``wagtail.contrib.wagtailmedusa`` and in ``wagtail.contrib.wagtailapi`` + * Fix: Failures on sending moderation notification emails now produce a warning, rather than crashing the admin page outright (Matt Fozard) 1.4.3 (04.04.2016) diff --git a/docs/releases/1.5.rst b/docs/releases/1.5.rst index 9cadd411c..2695dd0d7 100644 --- a/docs/releases/1.5.rst +++ b/docs/releases/1.5.rst @@ -46,6 +46,7 @@ Bug fixes * Fixed crash when an image without a source file was resized with the "dynamic serve view" * Registered settings admin menu items now show active correctly (Matthew Downey) * Direct usage of ``Document`` model replaced with ``get_document_model`` function in ``wagtail.contrib.wagtailmedusa`` and in ``wagtail.contrib.wagtailapi`` + * Failures on sending moderation notification emails now produce a warning, rather than crashing the admin page outright (Matt Fozard) Upgrade considerations