From cb21b20905480fc0ca179bcdc00a71436befebc9 Mon Sep 17 00:00:00 2001 From: bergquist Date: Wed, 21 Dec 2016 10:05:56 +0100 Subject: [PATCH] docs(changelog): adds note about closing #6997 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3304b7f8b44..114b1528476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,11 @@ * **Notifications**: Remove html escaping the email subject. [#6905](https://github.com/grafana/grafana/issues/6905) * **Influxdb**: Fixes broken field dropdown when using template vars as measurement. [#6473](https://github.com/grafana/grafana/issues/6473) +# 4.0.3 (unreleased) + +### Bugfixes +* **Influxdb**: Handles time(auto) the same way as time($interval) [#6997](https://github.com/grafana/grafana/issues/6997) + # 4.0.2 (2016-12-08) ### Enhancements