mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 18:23:14 +00:00
Release note for #2439
This commit is contained in:
parent
ca19cd4a8a
commit
c35c1f360a
2 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ Changelog
|
|||
* Notification messages on creating / editing sites now include the site name if specified (Chris Rogers)
|
||||
* Added `--schema-only` option to `update_index` management command
|
||||
* Added meaningful default icons to `StreamField` blocks (Benjamin Bach)
|
||||
* Added title text to action buttons in the page explorer (Liam Brenner)
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ Minor features
|
|||
* Notification messages on creating / editing sites now include the site name if specified (Chris Rogers)
|
||||
* Added ``--schema-only`` option to ``update_index`` management command
|
||||
* Added meaningful default icons to ``StreamField`` blocks (Benjamin Bach)
|
||||
* Added title text to action buttons in the page explorer (Liam Brenner)
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue