0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Release note for #10467

This commit is contained in:
Sage Abdullah 2023-05-25 11:02:36 +01:00
parent 6bb7e129b6
commit 3391f65b03
No known key found for this signature in database
GPG Key ID: EB1A33CC51CC0217
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Changelog
* Fix: Remove comment button on InlinePanel fields (Sage Abdullah)
* Fix: Fix missing link to `UsageView` from `EditView` for snippets (Christer Jensen)
* Fix: Prevent lowercase conversions of IndexView column headers (Virag Jain)
* Fix: Fix various colour issues in dark mode (Thibaud Colas)
* Docs: Update documentation for `log_action` parameter on `RevisionMixin.save_revision` (Christer Jensen)

View File

@ -22,6 +22,7 @@ depth: 1
* Remove comment button on InlinePanel fields (Sage Abdullah)
* Fix missing link to `UsageView` from `EditView` for snippets (Christer Jensen)
* Prevent lowercase conversions of IndexView column headers (Virag Jain)
* Fix various colour issues in dark mode (Thibaud Colas)
### Documentation