From b1a5d33f3904a28761d66673a6a0b039d14e49f8 Mon Sep 17 00:00:00 2001 From: Todd Persen Date: Tue, 24 Mar 2015 17:14:19 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28ec59f9c6e..058cb129d89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - [#2059](https://github.com/influxdb/influxdb/pull/2059): Retention policies sorted by name on return to client. - [#2061](https://github.com/influxdb/influxdb/pull/2061): Implement SHOW DIAGNOSTICS. - [#2064](https://github.com/influxdb/influxdb/pull/2064): Allow init.d script to return influxd version. +- [#1631](https://github.com/influxdb/influxdb/pull/1631): Wire up DROP CONTINUOUS QUERY. ### Bugfixes - [#2037](https://github.com/influxdb/influxdb/pull/2037): Don't check 'configExists' at Run() level.