Release note for #7944 in 2.16.1

pull/7931/head^2
Matt Westcott 2022-02-10 15:43:35 +00:00
rodzic ddcdd3e57f
commit 01fd201c36
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -15,6 +15,7 @@ Changelog
* Fix: Ensure that correct sidebar submenus open when labels use non-Latin alphabets (Matt Westcott)
* 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: Set cookie for sidebar collapsed state to "SameSite: lax" (LB (Ben Johnston))
2.16 (07.02.2022)

Wyświetl plik

@ -16,3 +16,4 @@ Bug fixes
* Ensure that correct sidebar submenus open when labels use non-Latin alphabets (Matt Westcott)
* 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)
* Set cookie for sidebar collapsed state to "SameSite: lax" (LB (Ben Johnston))