Release note for #3965

This commit is contained in:
Matt Westcott 2017-11-03 18:12:41 +00:00
parent aebb69a2ba
commit e5ecc6318b
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ Changelog
* Fix: Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug)
* Fix: The `{% routablepageurl %}` template tag no longer generates invalid URLs when the `WAGTAIL_APPEND_SLASH` setting was set to `False` (Venelin Stoykov)
* Fix: The "View live" button is no longer shown if the page doesn't have a routable URL (Tim Heap)
* Fix: Fixed rendering of border on dropdown arrow buttons on Chrome (Bertrand Bordage)
1.13.1 (xx.xx.20xx) - IN DEVELOPMENT

View file

@ -35,6 +35,7 @@ Bug fixes
* The ``{% routablepageurl %}`` template tag no longer generates invalid URLs when the ``WAGTAIL_APPEND_SLASH`` setting was set to ``False`` (Venelin Stoykov)
* The "View live" button is no longer shown if the page doesn't have a routable URL (Tim Heap)
* API listing views no longer fail when no site records are defined (Karl Hobley)
* Fixed rendering of border on dropdown arrow buttons on Chrome (Bertrand Bordage)
Upgrade considerations