0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Changelog/release notes for #5676 and #5688

This commit is contained in:
Karl Hobley 2019-11-19 14:50:01 +00:00
parent 644ee86e00
commit d37d5c1c60
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Changelog
* Improve contrast of disabled inputs (Nick Smith)
* Added ``get_document_model_string`` function (Andrey Smirnov)
* Added support for Cloudflare API tokens for frontend cache invalidation (Tom Usher)
* Added `ancestors` field to pages endpoint in admin API (Karl Hobley)
* Fix: Rename documents listing column 'uploaded' to 'created' (LB (Ben Johnston))
* Fix: Submenu items longer then the page height are no longer broken by the submenu footer (Igor van Spengen)
* Fix: Unbundle the l18n library as it was bundled to avoid installation errors which have been resolved (Matt Westcott)

View File

@ -19,6 +19,8 @@ Other features
* Improved diffing behavior for text fields (Aliosha Padovani)
* Improve contrast of disabled inputs (Nick Smith)
* Added ``get_document_model_string`` function (Andrey Smirnov)
* Added support for Cloudflare API tokens for frontend cache invalidation (Tom Usher)
* Added ``ancestors`` field to pages endpoint in admin API (Karl Hobley)
Bug fixes