From 8f4760951d4bb5ae6e109afe51161c182a70653f Mon Sep 17 00:00:00 2001 From: Andriy Redko Date: Tue, 14 May 2024 08:39:48 -0400 Subject: [PATCH] Address code review comments Signed-off-by: Andriy Redko --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a157cb5b6..33761aadf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Fixed - Fix the deserialization of SortOptions ([#981](https://github.com/opensearch-project/opensearch-java/pull/981)) -- [BUG] Generic HTTP Actions in Java Client does not work with AwsSdk2Transport ([#978](https://github.com/opensearch-project/opensearch-java/pull/978)) +- Generic HTTP Actions in Java Client does not work with AwsSdk2Transport ([#978](https://github.com/opensearch-project/opensearch-java/pull/978)) ### Security