From af58c5f2bc196d2ab4f71e135d86667d0cfcab07 Mon Sep 17 00:00:00 2001 From: Siddhant Deshmukh Date: Mon, 24 Jun 2024 13:39:52 -0700 Subject: [PATCH] Add changelog Signed-off-by: Siddhant Deshmukh --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55728a58eca03..9804560ae3f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - unsignedLongRangeQuery now returns MatchNoDocsQuery if the lower bounds are greater than the upper bounds ([#14416](https://github.com/opensearch-project/OpenSearch/pull/14416)) - Updated the `indices.query.bool.max_clause_count` setting from being static to dynamically updateable ([#13568](https://github.com/opensearch-project/OpenSearch/pull/13568)) - Make the class CommunityIdProcessor final ([#14448](https://github.com/opensearch-project/OpenSearch/pull/14448)) +- Move query categorization changes to query insights plugin ([#14528](https://github.com/opensearch-project/OpenSearch/pull/14528)) ### Deprecated