Add release note for #7936 to 2.15.4 docs page

pull/8274/head
Matt Westcott 2022-02-10 13:41:32 +00:00
rodzic 7551ebce34
commit a3ecfcf987
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -4,8 +4,8 @@ Changelog
2.15.4 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* 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: 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)

Wyświetl plik

@ -15,3 +15,4 @@ 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)