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

add changelog for #8993 & #9005

This commit is contained in:
LB Johnston 2022-08-16 07:37:30 +10:00
parent 011099dd45
commit 92204aa0bb
2 changed files with 2 additions and 0 deletions

View File

@ -164,6 +164,7 @@ Changelog
* Fix: Layout issue with page explorer's inner header item on small device widths (Akash Kumar Sen)
* Fix: Ensure that `BaseSiteSetting` / `BaseGenericSetting` objects can be pickled (Andy Babic)
* Fix: Ensure `DocumentChooserBlock` can be deconstructed for migrations (Matt Westcott)
* Fix: Resolve frontent console error and unintented console logging issues (Matt Wescott, Paarth Agarwal)
3.0.1 (16.06.2022)

View File

@ -221,6 +221,7 @@ The bulk of these enhancements have been from Paarth Agarwal, who has been doing
* Resolve Layout issue with page explorer's inner header item on small device widths (Akash Kumar Sen)
* Ensure that `BaseSiteSetting` / `BaseGenericSetting` objects can be pickled (Andy Babic)
* Ensure `DocumentChooserBlock` can be deconstructed for migrations (Matt Westcott)
* Resolve frontent console error and unintented console logging issues (Matt Wescott, Paarth Agarwal)
## Upgrade considerations