diff --git a/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.3.0.0.md b/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.3.0.0.md index 1140eb330a..17715e2fac 100644 --- a/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.3.0.0.md +++ b/release-notes/opendistro-for-elasticsearch-sql.release-notes-1.3.0.0.md @@ -10,7 +10,7 @@ * Enhancement [#260](https://github.com/opendistro-for-elasticsearch/sql/pull/260): Support string operators: ASCII, RTRIM, LTRIM, LOCATE, LENGTH, REPLACE * Enhancement [#254](https://github.com/opendistro-for-elasticsearch/sql/issues/254): Support SELECT * Enhancement [#251](https://github.com/opendistro-for-elasticsearch/sql/pull/251): Support number operators: POWER, ATAN2, COT, SIGN/SIGNUM -* Enhancement [#215](https://github.com/opendistro-for-elasticsearch/sql/issues215): Support ordinal in GROUP/ORDER BY clause +* Enhancement [#215](https://github.com/opendistro-for-elasticsearch/sql/issues/215): Support ordinal in GROUP/ORDER BY clause * Enhancement [#213](https://github.com/opendistro-for-elasticsearch/sql/issues/213): Support `.` syntax * Enhancement [#212](https://github.com/opendistro-for-elasticsearch/sql/issues/212): Support Quoted identifiers * Enhancement [#199](https://github.com/opendistro-for-elasticsearch/sql/issues/199): Support NOT operator with nested field query @@ -36,4 +36,4 @@ * BugFix [#125](https://github.com/opendistro-for-elasticsearch/sql/issues/125): Parsing Exception when WHERE clause has true/false in CONDITION * BugFix [#122](https://github.com/opendistro-for-elasticsearch/sql/issues/122): Query with custom-function doesn't respect LIMIT * BugFix [#121](https://github.com/opendistro-for-elasticsearch/sql/issues/121): Dot/period at start of index name fails to parse -* BugFix [#111](https://github.com/opendistro-for-elasticsearch/sql/issues/111): JDBC format of aggregation query with date_format adds unnecessary column bug \ No newline at end of file +* BugFix [#111](https://github.com/opendistro-for-elasticsearch/sql/issues/111): JDBC format of aggregation query with date_format adds unnecessary column bug diff --git a/release-notes/opensearch-sql.release-notes-1.2.0.0.md b/release-notes/opensearch-sql.release-notes-1.2.0.0.md index c35ca1c4b9..8fa0077b46 100644 --- a/release-notes/opensearch-sql.release-notes-1.2.0.0.md +++ b/release-notes/opensearch-sql.release-notes-1.2.0.0.md @@ -5,7 +5,7 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.2.0 * Add new protocol for visualization response format ([#251](https://github.com/opensearch-project/sql/pull/251)) ### Enhancements -* Add conversion support for datetime as per https://github.com/kylepbi… ([#267](https://github.com/opensearch-project/sql/pull/267)) +* Add conversion support for datetime as per https://github.com/kylepbit ([#267](https://github.com/opensearch-project/sql/pull/267)) * Optimized type converting in DSL filters ([#272](https://github.com/opensearch-project/sql/pull/272)) ### Documentation