From 3077f992bb26326b9fbcf163e72062e6222ff1a1 Mon Sep 17 00:00:00 2001 From: bergquist Date: Fri, 19 Aug 2016 15:19:08 +0200 Subject: [PATCH] docs(changelog): add note about closing #5613 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c60fcd6bb..ffde1c937fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * **Elasticsearch**: Support to set Precision Threshold for Unique Count metric, closes [#4689](https://github.com/grafana/grafana/issues/4689) * **Navigation**: Add search to org swithcer, closes [#2609](https://github.com/grafana/grafana/issues/2609) * **Database**: Allow database config using one propertie, closes [#5456](https://github.com/grafana/grafana/pull/5456) +* **Graphite**: Add support for groupByNode, closes [#5613](https://github.com/grafana/grafana/pull/5613) # 3.1.2 (unreleased) * **Templating**: Fixed issue when combining row & panel repeats, fixes [#5790](https://github.com/grafana/grafana/issues/5790)