Update CHANGELOG and release notes

This commit is contained in:
Mikalai Radchuk 2016-04-10 18:47:52 +03:00 committed by Matt Westcott
parent 305a86a68a
commit 6c53a439a5
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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