diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2118b3bcf41..7a88df0291d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -27,6 +27,7 @@ Changelog * 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) * Fix: Prevent popular tags filter from generating overly complex queries when not filtering (Matt Westcott) + * Fix: Fix content path links in usage view to scroll to the correct element (Sage Abdullah) * Docs: Upgrade Sphinx to 7.3 (Matt Westcott) * Docs: Document how to customize date/time format settings (Vince Salvino) * Docs: Create a new documentation section for deployment and move fly.io deployment from the tutorial to this section (Vince Salvino) diff --git a/docs/releases/6.3.md b/docs/releases/6.3.md index 7bb8fcb50aa..c58289ef1a6 100644 --- a/docs/releases/6.3.md +++ b/docs/releases/6.3.md @@ -42,6 +42,7 @@ This release adds formal support for Django 5.1. * Make sure content metrics falls back to body element only when intended (Sage Abdullah) * Remove wrongly-added filters from redirects index (Matt Westcott) * Prevent popular tags filter from generating overly complex queries when not filtering (Matt Westcott) + * Fix content path links in usage view to scroll to the correct element (Sage Abdullah) ### Documentation