diff --git a/docs/release-info/release-notes.md b/docs/release-info/release-notes.md index fee1be4bff90..93269fcc60d2 100644 --- a/docs/release-info/release-notes.md +++ b/docs/release-info/release-notes.md @@ -359,6 +359,10 @@ The Iceberg extension now supports the AWS Glue Iceberg catalog. ### Documentation improvements +The docs now include examples for all supported Apache Druid SQL functions. You can easily learn how to use each function by following along with the examples. These examples leverage datasets included with Druid, making it simple to get started quickly. + +Check out the examples at [All Druid SQL functions](../querying/sql-functions.md). + ## Upgrade notes and incompatible changes ### Upgrade notes @@ -392,4 +396,4 @@ The following dependencies have had their versions bumped: * Removed `file-loader` dependency for the web console [#17346](https://github.com/apache/druid/pull/17346) * Guice from 4.2.2 to 5.1.0 * `git-commit-id-maven-plugin` from 4.9.10 to 9.0.1 [#17571](https://github.com/apache/druid/pull/17571) -* Netty from version `4.1.108.Final` to `4.1.116.Final` \ No newline at end of file +* Netty from version `4.1.108.Final` to `4.1.116.Final`