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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
564 B
Markdown
Raw Normal View History

2023-05-15 15:10:45 +02:00
# Wagtail 4.2.4 release notes
2023-05-25 14:45:58 +02:00
_May 25, 2023_
2023-05-15 15:10:45 +02:00
```{contents}
---
local:
depth: 1
---
```
## What's new
### Bug fixes
* Rectify previous fix for TableBlock becoming uneditable after save (Sage Abdullah)
2023-05-15 17:02:26 +02:00
* Ensure that copying page correctly picks up the latest revision (Matt Westcott)
2023-05-19 07:56:01 +02:00
* 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)