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