From 560be685e7ce47c9dd755f372377738e618ca4bc Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 10 Apr 2023 18:46:27 -0400 Subject: [PATCH] Resolve changelog to the 2.x session for backports Signed-off-by: Peter Zhu --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dacf10be2074e..c367251e8bba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,7 +77,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Fix compression support for h2c protocol ([#4944](https://github.com/opensearch-project/OpenSearch/pull/4944)) - Support OpenSSL Provider with default Netty allocator ([#5460](https://github.com/opensearch-project/OpenSearch/pull/5460)) - Avoid negative memory result in IndicesQueryCache stats calculation ([#6917](https://github.com/opensearch-project/OpenSearch/pull/6917)) -- Resolve windows opensearch-env.bat having variable delayed expansion issues on OPENSEARCH_HOME assignment in [#6956](https://github.com/opensearch-project/OpenSearch/pull/6956) ([#7080](https://github.com/opensearch-project/OpenSearch/pull/7080)) ### Security @@ -134,6 +133,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Fixed bug for searchable snapshot to take 'base_path' of blob into account ([#6558](https://github.com/opensearch-project/OpenSearch/pull/6558)) - Fix fuzziness validation ([#5805](https://github.com/opensearch-project/OpenSearch/pull/5805)) - Fix GetSnapshots to not return non-existent snapshots with ignore_unavailable=true ([#6839](https://github.com/opensearch-project/OpenSearch/pull/6839)) +- Resolve windows opensearch-env.bat having variable delayed expansion issues on OPENSEARCH_HOME assignment in [#6956](https://github.com/opensearch-project/OpenSearch/pull/6956) ([#7080](https://github.com/opensearch-project/OpenSearch/pull/7080)) ### Security