Release note for #12573, #12587, #12590, #12591 in 6.3.1

pull/12568/head
Sage Abdullah 2024-11-19 14:11:26 +00:00
rodzic a5761bc2a9
commit b1251d8279
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -56,6 +56,7 @@ Changelog
* Fix: Restore ability to upload profile picture through account settings (Sage Abdullah)
* Fix: Correctly handle `ImageChooserBlock` to `ImageBlock` data conversions where all inputs to `bulk_to_python` are null (Storm Heg, Matt Westcott)
* Fix: Improve spacing of page / collection permissions table in Group settings (Sage Abdullah)
* Docs: Reword `BlogTagIndexPage` example for clarity (Clifford Gama)
6.3 LTS (01.11.2024)

Wyświetl plik

@ -17,3 +17,8 @@ depth: 1
* Restore ability to upload profile picture through account settings (Sage Abdullah)
* Correctly handle `ImageChooserBlock` to `ImageBlock` data conversions where all inputs to `bulk_to_python` are null (Storm Heg, Matt Westcott)
* Improve spacing of page / collection permissions table in Group settings (Sage Abdullah)
### Documentation
* Reword `BlogTagIndexPage` example for clarity and several other tweaks (Clifford Gama)