diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dea6f7d8c..7cdd4051e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -121,6 +121,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 f18024f21..e399ed200 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -10,6 +10,7 @@ Release notes 2.1.2 2.1.1 2.1 + 2.0.2 2.0.1 2.0 1.13.4