0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00

changelog for #9239

- relates to #9232
This commit is contained in:
LB Johnston 2022-09-22 15:06:27 +10:00
parent 342178fe28
commit 417546a5c6
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ Changelog
* Fix: Set related_name on user revision relation to avoid conflict with django-reversion (Matt Westcott)
* Fix: Ensure the "recent edits" panel on the Dashboard (home) page works when page record is missing (Matt Westcott)
* Fix: Only add Translate buttons when the `simple_translation` app is installed (Dan Braghis)
* Fix: Ensure that `MultiFieldPanel` correctly outputs all child classnames in the template (Matt Westcott)
4.0.1 (05.09.2022)

View File

@ -33,3 +33,4 @@ depth: 1
* Set related_name on user revision relation to avoid conflict with django-reversion (Matt Westcott)
* Ensure the "recent edits" panel on the Dashboard (home) page works when page record is missing (Matt Westcott)
* Only add Translate buttons when the `simple_translation` app is installed (Dan Braghis)
* Ensure that `MultiFieldPanel` correctly outputs all child classnames in the template (Matt Westcott)