pull/9650/head
Matt Westcott 2022-11-11 14:41:06 +00:00
rodzic 87e868d315
commit 74738703a3
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -56,6 +56,7 @@ Changelog
* Fix: Fix errors in handling generic foreign keys when populating the reference index (Matt Westcott)
* Fix: Prevent error in handling null ParentalKeys when populating the reference index (Matt Westcott)
* Fix: Make sure minimap error indicators follow the minimap scrolling (Thibaud Colas)
* Fix: Ensure background HTTP request to clear stale preview data correctly respects the `CSRF_HEADER_NAME` setting (Sage Abdullah)
4.1 LTS (01.11.2022)

Wyświetl plik

@ -23,3 +23,4 @@ depth: 1
* Fix errors in handling generic foreign keys when populating the reference index (Matt Westcott)
* Prevent error in handling null ParentalKeys when populating the reference index (Matt Westcott)
* Make sure minimap error indicators follow the minimap scrolling (Thibaud Colas)
* Ensure background HTTP request to clear stale preview data correctly respects the `CSRF_HEADER_NAME` setting (Sage Abdullah)