diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7a88df0291d..64acc385cd2 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 c58289ef1a6..37c69630117 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