From 5098d5075e26ade55c7240941d08f0699244bb91 Mon Sep 17 00:00:00 2001 From: Cory LaNou Date: Tue, 19 May 2015 10:45:42 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63bbd68905..da2175fe66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - [#1822](https://github.com/influxdb/influxdb/issues/1822): Wire up DERIVATIVE aggregate - [#1477](https://github.com/influxdb/influxdb/issues/1477): Wire up non_negative_derivative function - [#2557](https://github.com/influxdb/influxdb/issues/2557): Fix false positive error with `GROUP BY time` +- [#1891](https://github.com/influxdb/influxdb/issues/1891): Wire up COUNT DISTINCT aggregate ### Bugfixes - [#2545](https://github.com/influxdb/influxdb/pull/2545): Use "value" as the field name for graphite input. Thanks @cannium. @@ -11,6 +12,7 @@ - [#2566](https://github.com/influxdb/influxdb/pull/2566): Wait until each data write has been commited by the Raft cluster. - [#2602](https://github.com/influxdb/influxdb/pull/2602): CLI execute command exits without cleaning up liner package. - [#2610](https://github.com/influxdb/influxdb/pull/2610): Fix shard group creation +- [#2596](https://github.com/influxdb/influxdb/pull/2596): RC30: `panic: runtime error: index out of range` when insert data points. ## PRs - [#2569](https://github.com/influxdb/influxdb/pull/2569): Add derivative functions