From 7846420df693a959d4f999e938692ab081a17b88 Mon Sep 17 00:00:00 2001 From: Bo Zhang <“bzhangam@amazon.com”> Date: Thu, 27 Feb 2025 11:05:27 -0800 Subject: [PATCH] Add PR link to change log. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bo Zhang <“bzhangam@amazon.com”> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d76c2f33..a39c29e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Set neural-search plugin 3.0.0 baseline JDK version to JDK-21 ([#838](https://github.com/opensearch-project/neural-search/pull/838)) - Support different embedding types in model's response ([#1007](https://github.com/opensearch-project/neural-search/pull/1007)) ### Bug Fixes -- Fix a bug to unflatten the doc with list of map with multiple entries correctly. +- Fix a bug to unflatten the doc with list of map with multiple entries correctly ([#1204](https://github.com/opensearch-project/neural-search/pull/1204)). ### Infrastructure - [3.0] Update neural-search for OpenSearch 3.0 compatibility ([#1141](https://github.com/opensearch-project/neural-search/pull/1141)) ### Documentation