From 28ac05b1d1444b7e64abc5ee123d2d51404d8d93 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 18 Aug 2016 15:52:14 +0200 Subject: [PATCH] docs(changelog): add filter for org switcher closes #2609 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d0057870b..2fdf89c0710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * **Localization**: Week start day now dependant on browser locale setting, closes [#3003](https://github.com/grafana/grafana/issues/3003) * **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) # 3.1.2 (unreleased) * **Templating**: Fixed issue when combining row & panel repeats, fixes [#5790](https://github.com/grafana/grafana/issues/5790)