From 6c53a439a5ab315dd9e49092ac333ccf445fc7f9 Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Sun, 10 Apr 2016 18:47:52 +0300 Subject: [PATCH] Update CHANGELOG and release notes --- CHANGELOG.txt | 1 + docs/releases/1.5.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7e63bdf7d..1b21f6293 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,7 @@ Changelog * Fix: The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell) * 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`` 1.4.3 (04.04.2016) diff --git a/docs/releases/1.5.rst b/docs/releases/1.5.rst index b7e861aff..2f6624fd4 100644 --- a/docs/releases/1.5.rst +++ b/docs/releases/1.5.rst @@ -43,6 +43,7 @@ Bug fixes * The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell) * 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`` Upgrade considerations