Release note for #4730

This commit is contained in:
Matt Westcott 2018-08-13 16:31:56 +01:00
parent 45536ada63
commit 0baa35c52f
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ Changelog
~~~~~~~~~~~~~~~~~~
* Fix: Pin Beautiful Soup to 4.6.0 due to further regressions in formatting empty elements (Matt Westcott)
* Fix: Prevent AppRegistryNotReady error when wagtail.contrib.sitemaps is in INSTALLED_APPS (Matt Westcott)
2.2 (10.08.2018)

View file

@ -14,3 +14,4 @@ Bug fixes
~~~~~~~~~
* Pin Beautiful Soup to 4.6.0 due to further regressions in formatting empty elements (Matt Westcott)
* Prevent AppRegistryNotReady error when wagtail.contrib.sitemaps is in INSTALLED_APPS (Matt Westcott)