Fixed changelog.

pull/10502/head
Hans Petter Bieker 2018-11-20 16:29:51 +01:00
parent 7708e12bd7
commit f1bf1aa289
1 changed files with 7 additions and 1 deletions

View File

@ -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]
-------------------