From 9bc98c1d5dfd89952a940b3bc4030da4349487e0 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 13 Aug 2018 14:51:41 +0100 Subject: [PATCH] Release note for pinning Beautifulsoup to 4.6.0 --- CHANGELOG.txt | 3 ++- docs/releases/2.0.2.rst | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 452025e19..248b8b685 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,11 +1,12 @@ Changelog ========= -2.0.2 (xx.xx.xxxx) - IN DEVELOPMENT +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 index f0dbb82f0..ce8d7080a 100644 --- a/docs/releases/2.0.2.rst +++ b/docs/releases/2.0.2.rst @@ -1,6 +1,6 @@ -============================================ -Wagtail 2.0.2 release notes - IN DEVELOPMENT -============================================ +=========================== +Wagtail 2.0.2 release notes +=========================== .. contents:: :local: @@ -15,3 +15,4 @@ 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)