From 67737b155670ff8204fbb69ec4ec520130f314d6 Mon Sep 17 00:00:00 2001 From: carl bergquist Date: Fri, 11 Dec 2015 15:24:22 +0100 Subject: [PATCH] feat(changelog): add info about merge PR to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ed391215a..ac1b1f55866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * **Elasticsearch**: Support for pipeline aggregations Moving average and derivative, closes [#2715](https://github.com/grafana/grafana/issues/2715) * **Syslog**: Support for syslog logging, closes [#3161](https://github.com/grafana/grafana/pull/3161) * **Timepicker**: Always show refresh button even with refresh rate, closes [#3498](https://github.com/grafana/grafana/pull/3498) +* **Login**: Make it possible to change the login hint on the login page, closes [#2571](https://github.com/grafana/grafana/pull/2571) ### Bug Fixes * **metric editors**: Fix for clicking typeahead auto dropdown option, fixes [#3428](https://github.com/grafana/grafana/issues/3428)