diff --git a/website/docs/releases.md b/website/docs/releases.md index 0fd71e3..41b6324 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -31,6 +31,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ * The options available for [EXPLAIN](sql/command/explain) changed: * `EXPLAIN VERBOSE` was removed in favor of `EXPLAIN (FORMAT JSON)` * There are two new output formats `EXPLAIN (FORMAT TERSE_JSON)` and `EXPLAIN (FORMAT SCHEMA)` +* Introduced new [`array` SQL datatypes](./sql/datatype/array.md). ### 0.0.19691 [July 4, 2024]