From 19498cc8a6e6d171774441b11dad2c8f1fae4f38 Mon Sep 17 00:00:00 2001 From: Andrew Ross Date: Tue, 10 Mar 2026 14:01:16 -0700 Subject: [PATCH] Clear out changelog for the 2.19.5 release Signed-off-by: Andrew Ross --- CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c317a85ec7f8c..38282db402d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,21 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added ### Dependencies -- Bump `log4j` from 2.21.0 to 2.25.3 ([#20308](https://github.com/opensearch-project/OpenSearch/pull/20308)) -- Bump netty from 4.1.125.Final to 4.1.131.Final ([#20744](https://github.com/opensearch-project/OpenSearch/pull/20744)) -- Bump shadow-gradle-plugin from 8.1.1 to 8.3.10 ([#20569](https://github.com/opensearch-project/OpenSearch/pull/20569)) -- Bump Jackson from 2.18.2 to 2.18.6 ([#20813](https://github.com/opensearch-project/OpenSearch/pull/20813)) -- Update HDFS test fixture dependencies ([#20768](https://github.com/opensearch-project/OpenSearch/pull/20768)) ### Deprecated ### Removed ### Fixed -- Fix segment replication failure during rolling restart ([#19234](https://github.com/opensearch-project/OpenSearch/issues/19234)) -- Fix SearchPhaseExecutionException to properly initCause ([#20336](https://github.com/opensearch-project/OpenSearch/pull/20336)) ### Security ### Changed -- Make XContentMapValues.filter case insensitive ([#19976](https://github.com/opensearch-project/OpenSearch/pull/19976))