added 0.40.1 to flux changelog

pull/402/head
Scott Anderson 2019-08-21 09:54:21 -06:00
parent 5853526a8a
commit 970ff0889b
1 changed files with 8 additions and 1 deletions

View File

@ -11,13 +11,20 @@ aliases:
---
{{% note %}}
_The latest release of InfluxDB v2.0 alpha includes **Flux v0.40.0**.
_The latest release of InfluxDB v2.0 alpha includes **Flux v0.40.1**.
Though newer versions of Flux may be available, they will not be included with
InfluxDB until the next InfluxDB v2.0 release._
{{% /note %}}
---
## v0.40.1 [2019-08-21]
### Bug fixes
- Use non-pointer receiver for `interpreter.function`.
---
## v0.40.0 [2019-08-20]
### Breaking changes