diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6f17d2b50e..c4426bfdb0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,8 +9,8 @@ Changelog * Fix: Correctly handle UUID primary keys when invoking background tasks (Matt Westcott) * Fix: Fix regression where nested sub-menu items would not be visible (Sage Abdullah) * Fix: Ensure the top of the minimap correctly adjusts when resizing the browser viewport (Thibaud Colas) - * Maintenance: Remove upper version boundary for django-filter (Dan Braghis) * Docs: Fix typo in the headless documentation page (Mahmoud Nasser) + * Maintenance: Remove upper version boundary for django-filter (Dan Braghis) 6.4 (03.02.2025) diff --git a/docs/releases/6.4.1.md b/docs/releases/6.4.1.md index 0f438295d8..5faf237a5f 100644 --- a/docs/releases/6.4.1.md +++ b/docs/releases/6.4.1.md @@ -19,6 +19,10 @@ depth: 1 * Fix regression where nested sub-menu items would not be visible (Sage Abdullah) * Ensure the top of the minimap correctly adjusts when resizing the browser viewport (Thibaud Colas) +### Documentation + + * Fix typo in the headless documentation page (Mahmoud Nasser) + ### Maintenance * Remove upper version boundary for django-filter (Dan Braghis)