From 01326f67ec222db27c9fd05179f52985b5176da9 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 22 Sep 2023 18:34:18 +0100 Subject: [PATCH] Release note for #10939 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 0662d0daac..69f20caf32 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,6 +10,7 @@ Changelog * 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) + * Fix: Fix error when pickling BaseSiteSetting instances (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 5f88b39ff1..9853c9112e 100644 --- a/docs/releases/5.1.2.md +++ b/docs/releases/5.1.2.md @@ -19,6 +19,7 @@ depth: 1 * 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) + * Fix error when pickling BaseSiteSetting instances (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