diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4b95ea22c3..c44cae1671 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/4.0.md b/docs/releases/4.0.md index 4411cb18a1..54370c9964 100644 --- a/docs/releases/4.0.md +++ b/docs/releases/4.0.md @@ -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