diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a88ca4e..67806b795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,5 +18,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Bug Fixes ### Infrastructure ### Documentation +- Include latest change in release notes ([#734](https://github.com/opensearch-project/neural-search/pull/734)) ### Maintenance ### Refactoring diff --git a/release-notes/opensearch-neural-search.release-notes-2.14.0.0.md b/release-notes/opensearch-neural-search.release-notes-2.14.0.0.md index 58e62d514..5d5987a19 100644 --- a/release-notes/opensearch-neural-search.release-notes-2.14.0.0.md +++ b/release-notes/opensearch-neural-search.release-notes-2.14.0.0.md @@ -17,7 +17,7 @@ Compatible with OpenSearch 2.14.0 * Fix typo for sparse encoding processor factory([#578](https://github.com/opensearch-project/neural-search/pull/578)) * Add non-null check for queryBuilder in NeuralQueryEnricherProcessor ([#615](https://github.com/opensearch-project/neural-search/pull/615)) * Add max_token_score field placeholder in NeuralSparseQueryBuilder to fix the rolling-upgrade from 2.x nodes bwc tests. ([#696](https://github.com/opensearch-project/neural-search/pull/696)) -* - Fix multi node "no such index" error in text chunking processor ([#713](https://github.com/opensearch-project/neural-search/pull/713)) +* Fix multi node "no such index" error in text chunking processor. ([#713](https://github.com/opensearch-project/neural-search/pull/713)) ### Infrastructure * Adding integration tests for scenario of hybrid query with aggregations ([#632](https://github.com/opensearch-project/neural-search/pull/632)) ### Maintenance