diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2b5d1a9174..8093f6c23e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,8 @@ Changelog * Fix: Do not show the content type column as sortable when searching pages (Srishti Jaiswal, Sage Abdullah) * Fix: Support simple subqueries for `in` and `exact` lookup on Elasticsearch (Sage Abdullah) * Fix: Force preview panel scroll behavior to instant to avoid flickering (Sage Abdullah) + * 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) * Docs: Add missing `django.contrib.admin` to list of apps in "add to Django project" guide (Mohamed Rabiaa) * Maintenance: Migrate away from deprecated Sass import rules to module system (Srishti Jaiswal) * Maintenance: Apply Sass mixed declarations migration in preparation for CSS nesting (Prabhpreet Kaur) diff --git a/docs/releases/6.5.md b/docs/releases/6.5.md index a2eb132796..fc6265175f 100644 --- a/docs/releases/6.5.md +++ b/docs/releases/6.5.md @@ -22,6 +22,8 @@ depth: 1 ### Bug fixes * Take preferred language into account for translatable strings in client-side code (Bernhard Bliem, Sage Abdullah) + * Support translating with the preferred language for rich text formatting labels (Bernhard Bliem, Sage Abdullah) + * Make "Actions" label translatable within the rich text toolbar (Bernhard Bliem, Sage Abdullah) * Do not show the content type column as sortable when searching pages (Srishti Jaiswal, Sage Abdullah) * Support simple subqueries for `in` and `exact` lookup on Elasticsearch (Sage Abdullah) * Force preview panel scroll behavior to instant to avoid flickering (Sage Abdullah)