From 421a854cd3c18a7b8f592b82575c26b961d48a16 Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Tue, 21 Feb 2023 07:34:08 +0000 Subject: [PATCH] Update Changelog Signed-off-by: Vacha Shah --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 650e921604..cc8a85826a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Update Gradle to 7.6 ([#309](https://github.com/opensearch-project/opensearch-java/pull/309)) - Prevent SPI calls at runtime ([#293](https://github.com/opensearch-project/opensearch-java/pull/293)) - Add support for OpenSearch Serverless ([#339](https://github.com/opensearch-project/opensearch-java/pull/339)) -- Fix issue where completion suggestions were failing, due to being parsed as term suggestions ([#107](https://github.com/opensearch-project/opensearch-java/issues/107)) +- Fix issue where completion suggestions were failing, due to being parsed as term suggestions ([#347](https://github.com/opensearch-project/opensearch-java/pull/347)) +- Fix issue when trackTotalHits is disabled ([#372](https://github.com/opensearch-project/opensearch-java/pull/372)) ### Deprecated