From f1bf1aa2891ac7cd581eb7c457d710d5ecdbd260 Mon Sep 17 00:00:00 2001 From: Hans Petter Bieker Date: Tue, 20 Nov 2018 16:29:51 +0100 Subject: [PATCH] Fixed changelog. --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6787ee0c29..3aeaa5ab74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v1.8.0 [unreleased] +------------------- + +### Bugfixes + +- [#10503](https://github.com/influxdata/influxdb/pull/10503): Delete rebuilds series index when series to be deleted are only found in cache. + v1.7.0 [unreleased] ------------------- @@ -20,7 +27,6 @@ v1.7.0 [unreleased] - [#10333](https://github.com/influxdata/influxdb/pull/10333): Fix subquery functionality when a function references a tag from the subquery. - [#10333](https://github.com/influxdata/influxdb/pull/10333): Strip tags from a subquery when the outer query does not group by that tag. - [#10333](https://github.com/influxdata/influxdb/pull/10333): Strip tags from a subquery when the outer query does not group by that tag. -- [#10503](https://github.com/influxdata/influxdb/pull/10503): Delete rebuilds series index when series to be deleted are only found in cache. v1.6.0 [2018-07-05] -------------------