From 57b8d91d6571e04f3e890e9434bf9bad900d8a41 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Tue, 14 Nov 2023 03:18:41 +0000 Subject: [PATCH] Update changelog description Signed-off-by: Peter Nied --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c9a9415cf39..4d2f6822dba84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -146,7 +146,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Fix passing wrong parameter when calling newConfigurationException() in DotExpanderProcessor ([#10737](https://github.com/opensearch-project/OpenSearch/pull/10737)) - Fix SuggestSearch.testSkipDuplicates by forceing refresh when indexing its test documents ([#11068](https://github.com/opensearch-project/OpenSearch/pull/11068)) - Adding version condition while adding geoshape doc values to the index, to ensure backward compatibility.([#11095](https://github.com/opensearch-project/OpenSearch/pull/11095)) -- Allow unsetting of index.mapper.dynamic ([](https://github.com/opensearch-project/OpenSearch/pull/)) +- Allow unsetting of index.mapper.dynamic for better backwards compatibility ([#11193](https://github.com/opensearch-project/OpenSearch/pull/11193)) ### Security