Release notes for #6702 / #7050

pull/7051/head
Matt Westcott 2021-04-20 18:59:13 +01:00
rodzic 7c0af39a17
commit ebcb6f01c8
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ Changelog
* The documentation now uses Sphinx Wagtail Theme https://github.com/wagtail/sphinx_wagtail_theme (Storm Heg, Tibor Leupold, Thibaud Colas and Coen van der Kamp).
* New StreamField implementation with performance and functionality improvements (Matt Westcott, Karl Hobley)
* Added a simple translation module into `wagtail.contrib.simple_translation` (Coen van der Kamp)
* Combined account settings into a single form (Karl Hobley)
* Add support for Django 3.2
* Support passing `min_num`, `max_num` and `block_counts` arguments directly to `StreamField` (Haydn Greatnews, Matt Westcott)
* Add the option to set rich text images as decorative, without alt text (Helen Chapman, Thibaud Colas)

Wyświetl plik

@ -42,6 +42,11 @@ The page editor now supports leaving comments on fields and StreamField blocks,
This feature was developed by Jacob Topp-Mugglestone, Karl Hobley and Simon Evans and sponsored by `The Motley Fool <https://www.fool.com/>`_.
Combined account settings
~~~~~~~~~~~~~~~~~~~~~~~~~
The "Account settings" section available at the bottom of the admin menu has been updated to include all settings on a single form. This feature was developed by Karl Hobley.
Other features
~~~~~~~~~~~~~~