diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 451e794af..b8e99e2fb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -78,6 +78,14 @@ Changelog * Fix: Fix usage URL on the document edit page (Jérôme Lebleu) +2.0.2 (13.08.2018) +~~~~~~~~~~~~~~~~~~ + + * Fix: Restored ability to use non-model fields with FieldPanel (Matt Westcott, LB (Ben Johnston)) + * Fix: Fix usage URL on the document edit page (Jérôme Lebleu) + * Fix: Pin Beautiful Soup to 4.6.0 due to further regressions in formatting empty elements (Matt Westcott) + + 2.0.1 (04.04.2018) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/2.0.2.rst b/docs/releases/2.0.2.rst new file mode 100644 index 000000000..ce8d7080a --- /dev/null +++ b/docs/releases/2.0.2.rst @@ -0,0 +1,18 @@ +=========================== +Wagtail 2.0.2 release notes +=========================== + +.. contents:: + :local: + :depth: 1 + + +What's new +========== + +Bug fixes +~~~~~~~~~ + + * Restored ability to use non-model fields with FieldPanel (Matt Westcott, LB (Ben Johnston)) + * Fix usage URL on the document edit page (Jérôme Lebleu) + * Pin Beautiful Soup to 4.6.0 due to further regressions in formatting empty elements (Matt Westcott) diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 9ee81adff..b0e8dc8ed 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -8,6 +8,7 @@ Release notes 2.1.2 2.1.1 2.1 + 2.0.2 2.0.1 2.0 1.13.4