0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/releases/4.2.4.md
2023-05-25 14:58:33 +01:00

24 lines
564 B
Markdown

# Wagtail 4.2.4 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)