docs/CHANGELOG.md: cut v1.56.0

This commit is contained in:
Aliaksandr Valialkin 2021-03-17 02:04:55 +02:00
parent 265ac5f695
commit a3b3d434a3

View File

@ -2,6 +2,9 @@
# tip
# [v1.56.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.56.0)
* FEATURE: add the following functions to [MetricsQL](https://victoriametrics.github.io/MetricsQL.html):
- `histogram_avg(buckets)` - returns the average value for the given buckets.
- `histogram_stdvar(buckets)` - returns standard variance for the given buckets.