From c6889b1a95b2a2d7f13fc67206757ddee9e5019e Mon Sep 17 00:00:00 2001 From: Hercules Mango Churchill Date: Tue, 2 Oct 2018 14:43:52 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb6aded11..f40c678507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ v1.6.0 [2018-07-05] - [#9939](https://github.com/influxdata/influxdb/pull/9939): Add configuration parameter to expose rate limit for TSM compaction. - [#10190](https://github.com/influxdata/influxdb/pull/10190): Reduce allocations in TSI TagSets implementation. - [#10215](https://github.com/influxdata/influxdb/pull/10215): Switch digests to use snappy compression. +- [#10321](https://github.com/influxdata/influxdb/pull/10321): Changes /ping route to return status code 200 instead of 204 when verbose is set. ### Bugfixes