0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
wagtail/docs/releases/4.1.6.md
2023-05-25 14:57:14 +01:00

24 lines
564 B
Markdown

# Wagtail 4.1.6 release notes
_May 25, 2023_
```{contents}
---
local:
depth: 1
---
```
## What's new
### Bug fixes
* Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah)
* Ensure that copying page correctly picks up the latest revision (Matt Westcott)
* Adjust collection field alignment in multi-upload forms (LB (Ben) Johnston)
* Prevent lowercase conversions of IndexView column headers (Virag Jain)
### Documentation
* Update documentation for `log_action` parameter on `RevisionMixin.save_revision` (Christer Jensen)