Changelog/release notes for and

pull/5720/head
Karl Hobley 2019-11-19 14:50:01 +00:00
rodzic 644ee86e00
commit d37d5c1c60
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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