From 67d3bc9a1852c299a09542e66827216d4bd74660 Mon Sep 17 00:00:00 2001 From: Simeon Widdis Date: Tue, 24 Jun 2025 15:19:40 -0700 Subject: [PATCH] Move release notes categories Signed-off-by: Simeon Widdis --- release-notes/opensearch-sql.release-notes-3.1.0.0.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/release-notes/opensearch-sql.release-notes-3.1.0.0.md b/release-notes/opensearch-sql.release-notes-3.1.0.0.md index 10a68da8a67..2faa7c5115e 100644 --- a/release-notes/opensearch-sql.release-notes-3.1.0.0.md +++ b/release-notes/opensearch-sql.release-notes-3.1.0.0.md @@ -2,11 +2,9 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.1.0 -### Breaking +### Features * Switch percentile implementation to MergingDigest to align with OpenSearch ([#3698](https://github.com/opensearch-project/sql/pull/3698)) * Support decimal literal with Calcite ([#3673](https://github.com/opensearch-project/sql/pull/3673)) - -### Features * Support ResourceMonitor with Calcite ([#3738](https://github.com/opensearch-project/sql/pull/3738)) * Support `flatten` command with Calcite ([#3747](https://github.com/opensearch-project/sql/pull/3747)) * Support `expand` command with Calcite ([#3745](https://github.com/opensearch-project/sql/pull/3745))