From febe7c667184b4a812006deb638a715cff09792a Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 24 Sep 2024 05:57:39 -0400 Subject: [PATCH] Release notes --- CHANGELOG.txt | 1 + docs/releases/6.3.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7a88df0291df..64acc385cd28 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -28,6 +28,7 @@ Changelog * 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) + * Fix: Always show the minimap toggle button (Albina Starykova) * 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 c58289ef1a62..37c696301174 100644 --- a/docs/releases/6.3.md +++ b/docs/releases/6.3.md @@ -43,6 +43,7 @@ This release adds formal support for Django 5.1. * 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) + * Always show the minimap toggle button (Albina Starykova) ### Documentation