added flux-0.24 to flux release notes
parent
ed0575be56
commit
fec833e552
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue