From 8d43d21ac20864efb3799344753bbe89de5b1361 Mon Sep 17 00:00:00 2001 From: Rishab Nahata Date: Tue, 27 Jun 2023 19:09:23 +0530 Subject: [PATCH] Fix changelog Signed-off-by: Rishab Nahata --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcddf5ad5b67..f9d9117b2152c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -126,7 +126,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Rename QueryPhase actors like Suggest, Rescore to be processors rather than phase ([#8025](https://github.com/opensearch-project/OpenSearch/pull/8025)) - Compress and cache cluster state during validate join request ([#7321](https://github.com/opensearch-project/OpenSearch/pull/7321)) - [Snapshot Interop] Add Changes in Create Snapshot Flow for remote store interoperability. ([#7118](https://github.com/opensearch-project/OpenSearch/pull/7118)) -- Add new query profile collector fields with concurrent search execution ([#7898](https://github.com/opensearch-project/OpenSearch/pull/7898)) - Check UTF16 string size before converting to String to avoid OOME ([#7963](https://github.com/opensearch-project/OpenSearch/pull/7963)) - Allow insecure string settings to warn-log usage and advise to migration of a newer secure variant ([#5496](https://github.com/opensearch-project/OpenSearch/pull/5496))