Add 2.15.4 release notes

pull/8227/head
Matt Westcott 2022-02-10 13:44:55 +00:00
rodzic b2a799e61a
commit e7684240bb
3 zmienionych plików z 27 dodań i 0 usunięć

Wyświetl plik

@ -67,6 +67,14 @@ Changelog
* Fix: Ensure that programmatic page moves are correctly logged as 'move' and not 'reorder' in some cases (Andy Babic)
2.15.4 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Fix: Fix issue where invalid bulk action URLs would incorrectly trigger a server error (500) instead of a valid not found (404) (Ihor Marhitych)
* Fix: Fix issue where bulk actions would not work for object IDs greater than 999 when `USE_THOUSAND_SEPARATOR` (Dennis McGregor)
* Fix: Fix syntax when logging image rendition generation (Jake Howard)
2.15.3 (26.01.2022)
~~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,18 @@
=============================================
Wagtail 2.15.4 release notes - IN DEVELOPMENT
=============================================
.. contents::
:local:
:depth: 1
What's new
==========
Bug fixes
~~~~~~~~~
* Fix issue where invalid bulk action URLs would incorrectly trigger a server error (500) instead of a valid not found (404) (Ihor Marhitych)
* Fix issue where bulk actions would not work for object IDs greater than 999 when ``USE_THOUSAND_SEPARATOR`` (Dennis McGregor)
* Fix syntax when logging image rendition generation (Jake Howard)

Wyświetl plik

@ -7,6 +7,7 @@ Release notes
upgrading
2.16.1
2.16
2.15.4
2.15.3
2.15.2
2.15.1