update changelog

pull/2606/head
Cory LaNou 2015-05-19 10:45:42 -06:00
parent cb2a7d45bf
commit 5098d5075e
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- [#1822](https://github.com/influxdb/influxdb/issues/1822): Wire up DERIVATIVE aggregate - [#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 - [#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` - [#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 ### Bugfixes
- [#2545](https://github.com/influxdb/influxdb/pull/2545): Use "value" as the field name for graphite input. Thanks @cannium. - [#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. - [#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. - [#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 - [#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 ## PRs
- [#2569](https://github.com/influxdb/influxdb/pull/2569): Add derivative functions - [#2569](https://github.com/influxdb/influxdb/pull/2569): Add derivative functions