From 2e46c30f86e2353213841de2315afd9b17af0e97 Mon Sep 17 00:00:00 2001 From: gashutos Date: Fri, 15 Sep 2023 22:45:01 +0530 Subject: [PATCH] Modifying release notes Signed-off-by: gashutos --- CHANGELOG.md | 1 - release-notes/opensearch.release-notes-2.10.0.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c36431588f7..e56a9c1804a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed ### Fixed -- Fix broken backward compatibility from 2.7 for IndexSorted field indices ([#10045](https://github.com/opensearch-project/OpenSearch/pull/9725)) ### Security diff --git a/release-notes/opensearch.release-notes-2.10.0.md b/release-notes/opensearch.release-notes-2.10.0.md index 9d5f75d61ee2a..2852c77e3e552 100644 --- a/release-notes/opensearch.release-notes-2.10.0.md +++ b/release-notes/opensearch.release-notes-2.10.0.md @@ -134,3 +134,4 @@ - [Segment Replication] Fixed bug where replica shard temporarily serves stale data during an engine reset ([#9495](https://github.com/opensearch-project/OpenSearch/pull/9495)) - Disable shard/segment level search_after short cutting if track_total_hits != false ([#9683](https://github.com/opensearch-project/OpenSearch/pull/9683)) - [Segment Replication] Fixed bug where bytes behind metric is not accurate ([#9686](https://github.com/opensearch-project/OpenSearch/pull/9686)) +- Fix broken backward compatibility from 2.7 for IndexSorted field indices ([#10045](https://github.com/opensearch-project/OpenSearch/pull/9725))