diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 38106f210e..708acc3006 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/4.1.1.md b/docs/releases/4.1.1.md index e5b2d4985b..4751aee9f4 100644 --- a/docs/releases/4.1.1.md +++ b/docs/releases/4.1.1.md @@ -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)