diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2207e3ce1c..54beac7f7a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -16,6 +16,7 @@ Changelog * Fix: Support translating with the preferred language for rich text formatting labels (Bernhard Bliem, Sage Abdullah) * Fix: Make "Actions" label translatable within the rich text toolbar (Bernhard Bliem, Sage Abdullah) * Fix: Fix incorrect "Views (past week)" heading on promoted search results listing (Baptiste Mispelon) + * Fix: Ensure `InlinePanel` will be correctly ordered after the first save when `min_num` is used (Elhussein Almasri, Joel William) * Docs: Add missing `django.contrib.admin` to list of apps in "add to Django project" guide (Mohamed Rabiaa) * Docs: Add tutorial on deploying on Ubuntu to third-party tutorials (Mohammad Fathi Rahman) * Maintenance: Migrate away from deprecated Sass import rules to module system (Srishti Jaiswal) diff --git a/docs/releases/6.5.md b/docs/releases/6.5.md index 175d5fca47..b7567edde4 100644 --- a/docs/releases/6.5.md +++ b/docs/releases/6.5.md @@ -28,6 +28,7 @@ depth: 1 * Support simple subqueries for `in` and `exact` lookup on Elasticsearch (Sage Abdullah) * Force preview panel scroll behavior to instant to avoid flickering (Sage Abdullah) * Fix incorrect "Views (past week)" heading on promoted search results listing (Baptiste Mispelon) + * Ensure `InlinePanel` will be correctly ordered after the first save when `min_num` is used (Elhussein Almasri, Joel William) ### Documentation