From 2d8635054ed049a49b80d7aa1de38b15d3ac7521 Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki Date: Thu, 19 Sep 2019 18:21:35 +0300 Subject: [PATCH] Changelog update for 6.3.6 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f07115499f2..00958aa1fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,15 @@ Grafana is now using Alpine 3.10 as docker base image. Please consider migrating from PhantomJS to the [Grafana Image Renderer plugin](https://grafana.com/grafana/plugins/grafana-image-renderer). +# 6.3.6 (2019-09-23) + +### Features / Enhancements +* **Metrics**: Adds setting for turning off total stats metrics. [#19142](https://github.com/grafana/grafana/pull/19142), [@marefr](https://github.com/marefr) + +### Bug Fixes +* **Database**: Rewrite system statistics query to perform better. [#19178](https://github.com/grafana/grafana/pull/19178), [@papagian](https://github.com/papagian) +* **Explore**: Fixes error when switching from prometheus to loki data sources. [#18599](https://github.com/grafana/grafana/pull/18599), [@kaydelaney](https://github.com/kaydelaney) + # 6.3.5 (2019-09-02) ### Upgrades