From be920934907c1c456d31e00e696ae253bbcb6cc2 Mon Sep 17 00:00:00 2001 From: Cory LaNou Date: Fri, 4 Sep 2015 08:41:59 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa3f7c859..40d17853ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ With this release InfluxDB is moving to Go 1.5. - [#3876](https://github.com/influxdb/influxdb/pull/3876): Allow the following syntax in CQs: INTO "1hPolicy".:MEASUREMENT - [#3975](https://github.com/influxdb/influxdb/pull/3975): Add shard copy service - [#3986](https://github.com/influxdb/influxdb/pull/3986): Support sorting by time desc +- [#3930](https://github.com/influxdb/influxdb/pull/3930): Wire up TOP aggregate function +- [#1821](https://github.com/influxdb/influxdb/issues/1821): Wire up TOP aggregate ### Bugfixes - [#3804](https://github.com/influxdb/influxdb/pull/3804): init.d script fixes, fixes issue 3803.