From 0fb573a1b6125377504bec1e90df1fff05b4967a Mon Sep 17 00:00:00 2001 From: Dmitry Kryukov Date: Wed, 23 Oct 2024 21:13:17 +0300 Subject: [PATCH] Updated CHANGELOG.md Signed-off-by: Dmitry Kryukov --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0517162ab204a..93a2810d199a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,7 +97,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Fix typo super->sb in method toString() of RemoteStoreNodeAttribute ([#15362](https://github.com/opensearch-project/OpenSearch/pull/15362)) - [Workload Management] Fixing Create/Update QueryGroup TransportActions to execute from non-cluster manager nodes ([16422](https://github.com/opensearch-project/OpenSearch/pull/16422)) - Fix flaky test in `testApproximateRangeWithSizeOverDefault` by adjusting totalHits assertion logic ([#16434](https://github.com/opensearch-project/OpenSearch/pull/16434#pullrequestreview-2386999409)) -- Fix string equality comparisons ([#TODO](https://github.com/opensearch-project/OpenSearch/pull/TODO)) +- Fix string equality comparisons ([#16461](https://github.com/opensearch-project/OpenSearch/pull/16461)) ### Security