diff --git a/CHANGELOG.md b/CHANGELOG.md index 437613c6b0..87f79b8899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ - [#4721](https://github.com/influxdb/influxdb/pull/4721): Export tsdb.InterfaceValues - [#4681](https://github.com/influxdb/influxdb/pull/4681): Increase default buffer size for collectd and graphite listeners - [#4659](https://github.com/influxdb/influxdb/pull/4659): Support IF EXISTS for DROP DATABASE +- [#4685](https://github.com/influxdb/influxdb/pull/4685): Heal Raft Cluster ### Bugfixes - [#4715](https://github.com/influxdb/influxdb/pull/4715): Fix panic during Raft-close. Fix [issue #4707](https://github.com/influxdb/influxdb/issues/4707). Thanks @oiooj