mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-15 02:33:13 +00:00
Update CHANGELOG and release notes
This commit is contained in:
parent
305a86a68a
commit
6c53a439a5
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue