From 7e39c8526c4ed9f33e694601ecd90576450a845a Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 19 Sep 2023 10:29:05 +0100 Subject: [PATCH] Release note for #10916 in 5.1.2 --- CHANGELOG.txt | 1 + docs/releases/5.1.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d8cbb97b8c..0662d0daac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changelog * Fix: Change spreadsheet export headings to match listing view column headings (Christer Jensen, Sage Abdullah) * Fix: Fix numbers, booleans, and `None` from being exported as strings (Christer Jensen) * Fix: Restore fallback on full-word search for snippet choosers and generic index views (Matt Westcott) + * Fix: Restore compatibility with pre-7.15 versions of the Elasticsearch Python library, allowing use of Opensearch (Matt Westcott) * Maintenance: For Python 3.13 support - upgrade Willow to v1.6.2, replace `imghdr` with Willow's built-in MIME type detection (Jake Howard) diff --git a/docs/releases/5.1.2.md b/docs/releases/5.1.2.md index de69c1798a..5f88b39ff1 100644 --- a/docs/releases/5.1.2.md +++ b/docs/releases/5.1.2.md @@ -18,6 +18,7 @@ depth: 1 * Change spreadsheet export headings to match listing view column headings (Christer Jensen, Sage Abdullah) * Fix numbers, booleans, and `None` from being exported as strings (Christer Jensen) * Restore fallback on full-word search for snippet choosers and generic index views (Matt Westcott) + * Restore compatibility with pre-7.15 versions of the Elasticsearch Python library, allowing use of Opensearch (Matt Westcott) * For Python 3.13 support - upgrade Willow to v1.6.2, replace `imghdr` with Willow's built-in MIME type detection (Jake Howard) ## Upgrade considerations