Add changelog for #7778 (2.15.2)

- relates to fix for #7768
pull/7570/head
LB Johnston 2022-01-08 21:18:25 +10:00
rodzic 707ea54f4f
commit 4b91d6b7ee
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -28,6 +28,7 @@ Changelog
* Fix: Transform operations in Filter.run() when image has been re-oriented (Justin Michalicek)
* Fix: Remove extraneous header action buttons when creating or editing workflows and tasks (Matt Westcott)
* Fix: Ensure that bulk publish actions pick up the latest draft revision (Matt Westcott)
* Fix: Ensure the `checkbox_aria_label` is used correctly in the Bulk Actions checkboxes (Vu Pham)
2.15.1 (11.11.2021)

Wyświetl plik

@ -555,6 +555,7 @@ Contributors
* Nabil Khalil
* Md. Fahim Bin Amin
* Michael Karamuth
* Vu Pham
Translators
===========

Wyświetl plik

@ -16,3 +16,4 @@ Bug fixes
* Fixed transform operations in Filter.run() when image has been re-oriented (Justin Michalicek)
* Remove extraneous header action buttons when creating or editing workflows and tasks (Matt Westcott)
* Ensure that bulk publish actions pick up the latest draft revision (Matt Westcott)
* Ensure the ``checkbox_aria_label`` is used correctly in the Bulk Actions checkboxes (Vu Pham)