diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 59725d48fa..599f4a2667 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -51,6 +51,7 @@ Changelog * Fix: Fix various instances of `USE_THOUSAND_SEPARATOR` formatting numbers where formatting is invalid (Sébastien Corbin, Matt Westcott) * Fix: Fix broken link to user search (Shlomo Markowitz) * Fix: Make sure content metrics falls back to body element only when intended (Sage Abdullah) + * Fix: Remove wrongly-added filters from redirects index (Matt Westcott) * Docs: Clarify process for UserViewSet customisation (Sage Abdullah) diff --git a/docs/releases/6.2.2.md b/docs/releases/6.2.2.md index e976175b75..6ad80ac653 100644 --- a/docs/releases/6.2.2.md +++ b/docs/releases/6.2.2.md @@ -17,6 +17,7 @@ depth: 1 * Fix various instances of `USE_THOUSAND_SEPARATOR` formatting numbers where formatting is invalid (Sébastien Corbin, Matt Westcott) * Fix broken link to user search (Shlomo Markowitz) * Make sure content metrics falls back to body element only when intended (Sage Abdullah) + * Remove wrongly-added filters from redirects index (Matt Westcott) ### Documentation