mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-18 05:51:13 +00:00
update changelog/releases for #4535
This commit is contained in:
parent
c3dc86c0e5
commit
b2e139bbd3
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ Changelog
|
|||
* JS / CSS media files can now be associated with Draftail feature definitions (Matt Westcott)
|
||||
* The `{% slugurl %}` template tag is now site-aware (Samir Shah)
|
||||
* Added `file_size` field to documents (Karl Hobley)
|
||||
* Update documentation (configuring Django for Wagtail) to contain all current settings options (Matt Westcott, LB (Ben Johnston))
|
||||
* Fix: Handle all exceptions from `Image.get_file_size` (Andrew Plummer)
|
||||
* Fix: Fix display of breadcrumbs in ModelAdmin (LB (Ben Johnston))
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ Other features
|
|||
* JS / CSS media files can now be associated with Draftail feature definitions (Matt Westcott)
|
||||
* The ``{% slugurl %}`` template tag is now site-aware (Samir Shah)
|
||||
* Added ``file_size`` field to documents (Karl Hobley)
|
||||
* Update documentation (configuring Django for Wagtail) to contain all current settings options (Matt Westcott, LB (Ben Johnston))
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue