Skip to content

Commit c32342f

Browse files
authored
Fix comment added to the wrong version (#173)
1 parent 5a02d35 commit c32342f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
7474
* Documented `starts_with` and `ends_with`, as well as negative field positions for `split_part`. See [String Functions](https://developer.salesforce.com/docs/data/data-cloud-query-guide/references/dc-sql-reference/string-func.html) for details
7575
* Fixed double free bug in Java Hyper API (reported in GitHub Issue [#133](https://github.com/tableau/hyper-db/issues/133)).
7676
* Improved performance of distinct aggregates (e.g., `SELECT COUNT(DISTINCT a) from t`).
77+
* Dropped Centos7/RHEL7 support (in line with Tableau Server 2025.1 dropping Centos7/RHEL7 support). Starting with v0.0.21200 Hyper API doesn't support Centos7/RHEL7 anymore.
7778

7879
### 0.0.20746 [Nov 7 2024]
7980

@@ -89,7 +90,6 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
8990
* There are two new output formats `EXPLAIN (FORMAT TERSE_JSON)` and `EXPLAIN (FORMAT SCHEMA)`
9091
* Update Unicode support from Unicode 14.0 to 15.1
9192
* Update Hyper's collation tables from CLDR 71 to CLDR 74. Besides corrections this also adds new collations to Hyper.
92-
* Dropped Centos7/RHEL7 support (in line with Tableau Server 2025.1 dropping Centos7/RHEL7 support).
9393

9494
### 0.0.19691 [July 4, 2024]
9595

0 commit comments

Comments
 (0)