mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
Add release note item about additional button fix
- Fixed in #10062 / #9956
This commit is contained in:
parent
49d0aab24d
commit
0187a1494b
@ -18,6 +18,7 @@ Changelog
|
||||
* 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)
|
||||
* Fix: Image and Document multiple upload update forms now correctly use the progress button (longrunning) behaviour when clicked (Loveth Omokaro)
|
||||
* 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)
|
||||
|
@ -31,6 +31,7 @@ depth: 1
|
||||
* 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)
|
||||
* Image and Document multiple upload update forms now correctly use the progress button (longrunning) behaviour when clicked (Loveth Omokaro)
|
||||
|
||||
### Documentation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user