diff --git a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/aggregatewindow.md b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/aggregatewindow.md index ec538dcc3..c82f5ee3b 100644 --- a/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/aggregatewindow.md +++ b/content/v2.0/reference/flux/functions/built-in/transformations/aggregates/aggregatewindow.md @@ -84,7 +84,7 @@ from(bucket: "example-bucket") fn: mean ) ``` -####### Specifying parameters of the aggregate function +###### Specifying parameters of the aggregate function To use `aggregateWindow()` aggregate functions that don't provide defaults for required parameters, for the `fn` parameter, define an anonymous function with `columns` and `tables` parameters that pipe-forwards tables into the aggregate function with all required parameters defined: diff --git a/content/v2.0/reference/flux/release-notes.md b/content/v2.0/reference/flux/release-notes.md index d20915629..1c4f69376 100644 --- a/content/v2.0/reference/flux/release-notes.md +++ b/content/v2.0/reference/flux/release-notes.md @@ -9,16 +9,11 @@ menu: --- {{% note %}} -_The latest release of InfluxDB v2.0 alpha includes **Flux v0.31.1**. +_The latest release of InfluxDB v2.0 alpha includes **Flux v0.31.0**. Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} -## v0.31.1 [2019-05-29] - -### Bug fixes -- Do not call done after calling the function. - ## v0.31.0 [2019-05-28] ### Breaking changes