From e71538e39b04ffad23bf4eaaca79060f5cc9fe72 Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Mon, 18 Nov 2024 17:36:22 +1300 Subject: [PATCH] Add changelog Signed-off-by: Thomas Farr --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62376127d..47256e35cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Added - Document HTTP/2 support ([#330](https://github.com/opensearch-project/opensearch-java/pull/330)) +- Added `toBuilder()` and `Builder.copy()` methods to all generated classes ([#1300](https://github.com/opensearch-project/opensearch-java/pull/1300)) ### Dependencies