From 98c066a261a37d31f5ed2c497a769826e3b95d5d Mon Sep 17 00:00:00 2001 From: Lucas Wolf Date: Thu, 8 Aug 2024 18:03:38 +0200 Subject: [PATCH] docs: Add Release Notes for new array type (#114) --- website/docs/releases.md | 1 + 1 file changed, 1 insertion(+) 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]