pull/7396/head
Matt Westcott 2021-08-03 19:56:07 +01:00
rodzic 8588acc043
commit 49c5578b90
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ Changelog
2.15 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
* Added "Extending Wagtail" section to documentation (Matt Westcott)
* Support `min_num` / `max_num` options on ListBlock (Matt Westcott)
* Added a `background_position_style` property to renditions (Karl Hobley)
* Added a distinct `wagtail.copy_for_translation` log action type (Karl Hobley)

Wyświetl plik

@ -15,6 +15,7 @@ What's new
Other features
~~~~~~~~~~~~~~
* Added "Extending Wagtail" section to documentation (Matt Westcott)
* Support ``min_num`` / ``max_num`` options on ListBlock (Matt Westcott)
* Added a `background_position_style` property to renditions. This can be used to crop images using its focal point in the browser. See :ref:`rendition_background_position_style` (Karl Hobley)
* Added a distinct ``wagtail.copy_for_translation`` log action type (Karl Hobley)