Release note for pinning Beautifulsoup to 4.6.0

This commit is contained in:
Matt Westcott 2018-08-13 14:51:41 +01:00
parent d8a70a02f7
commit 9bc98c1d5d
2 changed files with 6 additions and 4 deletions

View file

@ -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)

View file

@ -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)