diff --git a/website/docs/releases.md b/website/docs/releases.md index dd3ccbe..0fd71e3 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -28,6 +28,9 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ * Update Hyper's collation tables from CLDR 71 to CLDR 74. Besides corrections this also adds new collations to Hyper. * Update Unicode support from Unicode 14.0 to 15.1 +* 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)` ### 0.0.19691 [July 4, 2024] diff --git a/website/docs/sql/command/explain.md b/website/docs/sql/command/explain.md index 2d8bc8b..d57f9ab 100644 --- a/website/docs/sql/command/explain.md +++ b/website/docs/sql/command/explain.md @@ -6,12 +6,12 @@ ```sql_template EXPLAIN (