From 830bf5a91c05f0898bc93bebe4bbb37b662a2fb2 Mon Sep 17 00:00:00 2001 From: bergquist Date: Thu, 15 Dec 2016 16:31:30 +0100 Subject: [PATCH] docs(changelog): adds note about closing #6676 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c45422bae..edbbde5386e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * **LDAP**: Basic Auth now supports LDAP username and password, [#6940](https://github.com/grafana/grafana/pull/6940), thx [@utkarshcmu](https://github.com/utkarshcmu) * **LDAP**: Now works with Auth Proxy, role and organisation mapping & sync will regularly be performed. [#6895](https://github.com/grafana/grafana/pull/6895), thx [@Seuf](https://github.com/seuf) * **Alerting**: Adds OK as no data option. [#6866](https://github.com/grafana/grafana/issues/6866) +* **Alert list**: Order alerts based on state. [#6676](https://github.com/grafana/grafana/issues/6676) ### Bugfixes * **API**: HTTP API for deleting org returning incorrect message for a non-existing org [#6679](https://github.com/grafana/grafana/issues/6679)