clarified promql/quantile update in flux 0.48.0 changelog

pull/490/head
Scott Anderson 2019-09-20 10:01:30 -06:00
parent 843bdfba49
commit 78e86d18d8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ InfluxDB until the next InfluxDB v2.0 release._
### Features ### Features
- New dependency injection framework. - New dependency injection framework.
- Add planner options to Flux language. - Add planner options to Flux language.
- Make flux `quantile()` behavior match PromQL `quantile()` aggregate. - Make Flux `internal/promql/quantile` behavior match PromQL `quantile` aggregate.
### Bug fixes ### Bug fixes
- Passing context to WalkIR. - Passing context to WalkIR.