diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0444c8a614..b09d14d1cc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changelog * Apply normalization when modifying a `StreamBlock`'s value to assist with programmatic changes to `StreamField` (Matt Westcott) * Allow a custom image rendition model to define its unique constraint with `models.UniqueConstraint` instead of `unique_together` (Oliver Parker, Cynthia Kiser, Sage Abdullah) * Default to the `standard` tokenizer on Elasticsearch, to correctly handle numbers as tokens (Matt Westcott) + * Add color-scheme meta tag to Wagtail admin (Ashish Nagmoti) * Fix: Take preferred language into account for translatable strings in client-side code (Bernhard Bliem, Sage Abdullah) * 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) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0e7b320728..e08d148878 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -875,6 +875,7 @@ * Prabhpreet Kaur * Baptiste Mispelon * Mohammad Fathi Rahman +* Ashish Nagmoti ## Translators diff --git a/docs/releases/6.5.md b/docs/releases/6.5.md index a12a56a85f..577a346fef 100644 --- a/docs/releases/6.5.md +++ b/docs/releases/6.5.md @@ -18,6 +18,7 @@ depth: 1 * Apply normalization when modifying a `StreamBlock`'s value to assist with programmatic changes to `StreamField` (Matt Westcott) * Allow a custom image rendition model to define its unique constraint with `models.UniqueConstraint` instead of `unique_together` (Oliver Parker, Cynthia Kiser, Sage Abdullah) * Default to the `standard` tokenizer on Elasticsearch, to correctly handle numbers as tokens (Matt Westcott) + * Add color-scheme meta tag to Wagtail admin (Ashish Nagmoti) ### Bug fixes