From fb6f925af412a35e7206d4776a3f31999ba45a7d Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Thu, 28 Nov 2024 12:36:42 +1300 Subject: [PATCH] Add PR number Signed-off-by: Thomas Farr --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 003883639b..50744d6cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,14 +43,14 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Added ### Dependencies -- Upgraded aws-sdk-java dependencies to at least `2.19.22` ([#]()) +- Upgraded aws-sdk-java dependencies to at least `2.19.22` ([#1333](https://github.com/opensearch-project/opensearch-java/pull/1333)) ### Changed ### Deprecated ### Removed -- Removed throwing of exception when using `AwsSdk2Transport` with AWS SDK's `ApacheHttpClient` to make an DELETE/GET request with a body ([#]()) +- Removed throwing of exception when using `AwsSdk2Transport` with AWS SDK's `ApacheHttpClient` to make an DELETE/GET request with a body ([#1333](https://github.com/opensearch-project/opensearch-java/pull/1333)) ### Fixed - Fixed an issue where `FieldSort` was not implementing `SortOptionsVariant` ([#1323](https://github.com/opensearch-project/opensearch-java/pull/1323))