From 827d41847e037a9c2dd874cda571c3ab94917951 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Mon, 30 Mar 2020 09:50:33 -0600 Subject: [PATCH] added flux 0.65 to changelog --- content/v2.0/reference/release-notes/flux.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index 74ae09a95..0897076b4 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -16,7 +16,21 @@ Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} -## v0.65.0 [unreleased] +## v0.65.0 [2020-03-27] + +### Features +- Add `experimental.join()` function. +- Store comments in the AST and preserve on format. +- Add `shapeData()` function to Geo package. +- Expose format to Wasm users. + +### Bug fixes +- Reimplement `stateChanges()` function. +- Remove the `set -x` in the xcc script. +- Publishes Flux as a public npm package. +- Pivot message passing. + +--- ## v0.64.0 [2020-03-11]