Skip to content

Commit 6c8f700

Browse files
authored
Update release notes after second RC
1 parent 3b574f0 commit 6c8f700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
2828

2929
* Support for Microsoft Azure Blob Storage using [`azure_location`](./sql/external/location.md#microsoft-azure-blob-storage) was added.
3030
* Documented [`starts_with`](./sql/scalar_func/string.md) and [`ends_with`](./sql/scalar_func/string.md), as well as negative field positions for [`split_part`](./sql/scalar_func/string.md).
31-
31+
* Fixed double free bug in Java Hyper API (reported in GitHub Issue [#133](https://github.com/tableau/hyper-db/issues/133)).
32+
* Improved performance of distinct aggregates (e.g., `SELECT COUNT(DISTINCT a) from t`).
3233

3334
### 0.0.20746 [Nov 7 2024]
3435

0 commit comments

Comments
 (0)