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