From dd95b8b0d2d3b18b7ce905a3a9accc0daa65b38f Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Wed, 20 Sep 2023 07:24:58 +1000 Subject: [PATCH] Fix changelog / release notes entry for #10916 --- CHANGELOG.txt | 2 +- docs/releases/5.2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 03893dde1a..8857005898 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,7 +4,7 @@ Changelog 5.2 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~ - * Support OpenSearch as an alternative to Elasticsearch + * Support OpenSearch as an alternative to Elasticsearch (Matt Westcott) * Add preview-aware and page-aware fragment caching template tags, `wagtailcache` & `wagtailpagecache` (Jake Howard) * Always set help text element ID for form fields with help text in `field.html` template (Sage Abdullah) * Move `SnippetViewSet` menu registration mechanism to base `ViewSet` class (Sage Abdullah) diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index 392e393b63..3fd743fb12 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -13,7 +13,7 @@ depth: 1 ### OpenSearch support -[OpenSearch](https://opensearch.org/) is now formally supported as an alternative to Elasticsearch. For configuration details, see [OpenSearch configuration](opensearch). +[OpenSearch](https://opensearch.org/) is now formally supported as an alternative to Elasticsearch. For configuration details, see [OpenSearch configuration](opensearch). This feature was developed by Matt Westcott. ### Other features