diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3cbd54e6b6..b47581cab2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -21,6 +21,7 @@ Changelog * Fix: Remove table headers that have no text (Matt Westcott) * Fix: Fix broken link to user search (Shlomo Markowitz) * Fix: Ensure that JS slugify function strips Unicode characters disallowed by Django slug validation (Atif Khan) + * Fix: Do not show notices about root / unroutable pages when searching or filtering in the page explorer (Matt Westcott) * 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 9df1bb9212..4f81e07158 100644 --- a/docs/releases/6.3.md +++ b/docs/releases/6.3.md @@ -36,6 +36,7 @@ This release adds formal support for Django 5.1. * Remove table headers that have no text (Matt Westcott) * Fix broken link to user search (Shlomo Markowitz) * Ensure that JS slugify function strips Unicode characters disallowed by Django slug validation (Atif Khan) + * Do not show notices about root / unroutable pages when searching or filtering in the page explorer (Matt Westcott) ### Documentation