Add changelog for #6086

- Fixes #6085
pull/10098/head
LB Johnston 2022-12-10 07:18:18 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 3e5583e0fe
commit 3cf38f0365
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -17,6 +17,7 @@ Changelog
* Fix: Support creating `StructValue` copies (Tidiane Dia)
* Fix: Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott)
* Fix: Fix "Edit this page" missing from userbar (Satvik Vashisht)
* Fix: No longer allow invalid duplicate site hostname creation as hostnames and domain names are a case insensitive (Coen van der Kamp)
* Docs: Add code block to make it easier to understand contribution docs (Suyash Singh)
* Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp)
* Docs: Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs (Matt Westcott)

Wyświetl plik

@ -30,6 +30,7 @@ depth: 1
* Resize in the correct direction for RTL languages with the side panel resizer (Sage Abdullah)
* Fix image uploads on storage backends that require file pointer to be at the start of the file (Matt Westcott)
* Fix "Edit this page" missing from userbar (Satvik Vashisht)
* No longer allow invalid duplicate site hostname creation as hostnames and domain names are a case insensitive (Coen van der Kamp)
### Documentation