From c2b35b8945dccae3995949e480c4383177fe4890 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 24 Sep 2024 05:51:12 -0400 Subject: [PATCH] Release notes for #12045 --- CHANGELOG.txt | 1 + docs/releases/6.3.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2118b3bcf41b..7a88df0291df 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 7bb8fcb50aaf..c58289ef1a62 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