From 6aa549542662cd9f337e5c062937d69af6089b25 Mon Sep 17 00:00:00 2001 From: davidby-influx Date: Thu, 19 Nov 2020 08:45:41 -0800 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33320ec82a..c0ceabfee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ v1.8.0 [unreleased] ### Bugfixes +- [#20100](https://github.com/influxdata/influxdb/pull/20100): fix(write): Successful writes increment write error statistics incorrectly - [#10503](https://github.com/influxdata/influxdb/pull/10503): Delete rebuilds series index when series to be deleted are only found in cache. - [#10504](https://github.com/influxdata/influxdb/issue/10504): Delete rebuilds series index when series to be deleted are outside timerange. - [#14485](https://github.com/influxdata/influxdb/pull/14485): Parse Accept header correctly.