From d6542b13d5644c9d3c17f4938c539c8248fc088d Mon Sep 17 00:00:00 2001 From: Jason Wilder Date: Thu, 23 Apr 2015 11:16:32 -0600 Subject: [PATCH] Update changelog Add #2374 #2404 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f7f1811b61..4e913b06cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ - [#2386](https://github.com/influxdb/influxdb/pull/2386): Fix shard datanodes stats getting appended too many times - [#2393](https://github.com/influxdb/influxdb/pull/2393): Fix default hostname for connecting to cluster. - [#2390](https://github.com/influxdb/influxdb/pull/2393): Handle large sums when calculating means - thanks @neonstalwart! +- [#2374](https://github.com/influxdb/influxdb/issues/2374): Two different panics during SELECT percentile +- [#2404](https://github.com/influxdb/influxdb/pull/2404): Mean and percentile function fixes ## v0.9.0-rc26 [04-21-2015]