From aeb1b99648b9034d8eb722152961b3b9282c8251 Mon Sep 17 00:00:00 2001 From: bergquist Date: Fri, 19 Aug 2016 14:51:09 +0200 Subject: [PATCH] docs(changelog): add note about closing #5456 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdf89c0710..f1c60fcd6bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * **Templating**: Update panel repeats for variables that change on time refresh, closes [#5021](https://github.com/grafana/grafana/issues/5021) * **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) # 3.1.2 (unreleased) * **Templating**: Fixed issue when combining row & panel repeats, fixes [#5790](https://github.com/grafana/grafana/issues/5790)