From a1ee62abc9da6bb20f6a1866700649befa41169b Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Tue, 8 Aug 2023 21:09:38 +0000 Subject: [PATCH] Update CHANGELOG Signed-off-by: Vacha Shah --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b68e1f96..4042aad12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Fix version and build ([#254](https://github.com/opensearch-project/opensearch-java/pull/254)) - Fixed Suggesters for Completion, Term, and Phrase and refactored the Suggestion class ([#477](https://github.com/opensearch-project/opensearch-java/pull/477)) - Fix highlight max_analyzer_offset field name to match with the one introduced in OpenSearch 2.2.0 ([#555](https://github.com/opensearch-project/opensearch-java/pull/555)) -- Fix +- Fix PutMappingRequest by removing unsupported fields ([#]()) ### Security