added flux-0.24 to flux release notes

pull/117/head
Scott Anderson 2019-04-01 11:20:05 -06:00
parent ed0575be56
commit fec833e552
1 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,15 @@ _The latest release of InfluxDB v2.0 alpha includes **Flux v0.23.0**.
Any newer versions of Flux will not be available until the next InfluxDB release._
{{% /note %}}
## v0.23.0 [2019-04-01]
### Breaking changes
- Rename `percentile()` function to `quantile()`.
### Bug fixes
- Handle when a non-call expression is parsed as the pipe destination.
- Add error message to Compile methods for empty Spec.
## v0.23.0 [2019-03-26]
### Breaking changes