From 1c3010d89a281e2498f4c45c119ed657a38f3a37 Mon Sep 17 00:00:00 2001 From: yuye-aws Date: Mon, 17 Jun 2024 22:02:10 +0800 Subject: [PATCH] update changelog Signed-off-by: yuye-aws --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7a52b42..ebf9764e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Adds dynamic knn query parameters efsearch and nprobes [#814](https://github.com/opensearch-project/neural-search/pull/814/) - Enable '.' for nested field in text embedding processor ([#811](https://github.com/opensearch-project/neural-search/pull/811)) ### Bug Fixes +- Fix function names and comments in the gradle file for BWC tests ([#795](https://github.com/opensearch-project/neural-search/pull/795/files)) - Fix for missing HybridQuery results when concurrent segment search is enabled ([#800](https://github.com/opensearch-project/neural-search/pull/800)) ### Infrastructure - Add BWC for batch ingestion ([#769](https://github.com/opensearch-project/neural-search/pull/769))