From 9a624e94a256ea0dedc75d2c0e290c409c9b1147 Mon Sep 17 00:00:00 2001 From: Urs Keller Date: Wed, 10 Jan 2024 14:18:25 +0100 Subject: [PATCH] Add wrapper to builder --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e1cc6e49..299843a722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ 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)) - Expose HTTP status code through `ResponseException#status` ([#756](https://github.com/opensearch-project/opensearch-java/pull/756)) +- Added missing WrapperQuery accessors and builder methods ([#806](https://github.com/opensearch-project/opensearch-java/pull/806)) + ### Dependencies