diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 29b9f38fea..c2a425d19d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,13 @@ Changelog ========= +3.0.2 (xx.xx.xxxx) - IN DEVELOPMENT +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + * Fix: Ensure string representation of `FormSubmission` returns a string (LB (Ben Johnston)) + * Fix: Fix `updatemodulepaths` command for Python 3.7 (Matt Westcott) + + 3.0.1 (16.06.2022) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/3.0.2.md b/docs/releases/3.0.2.md new file mode 100644 index 0000000000..d8a348aa97 --- /dev/null +++ b/docs/releases/3.0.2.md @@ -0,0 +1,17 @@ +# Wagtail 3.0.2 release notes + +_unreleased_ + +```{contents} +--- +local: +depth: 1 +--- +``` + +## What's new + +### Bug fixes + + * Ensure string representation of `FormSubmission` returns a string (LB (Ben Johnston)) + * Fix `updatemodulepaths` command for Python 3.7 (Matt Westcott) diff --git a/docs/releases/index.rst b/docs/releases/index.rst index e74f19e20e..b98e329b25 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -5,6 +5,7 @@ Release notes :maxdepth: 1 upgrading + 3.0.2 3.0.1 3.0 2.16.2