From 1052b17af84d996c54fcebb0059b5483cacfa6f8 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Fri, 30 Nov 2018 09:53:21 +0100 Subject: [PATCH] changelog: add notes about closing #14167 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe9edf30eb..da4d2eca94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 5.4.0 (unreleased) * **Cloudwatch**: Fix invalid time range causes segmentation fault [#14150](https://github.com/grafana/grafana/issues/14150) +* **Cloudwatch**: AWS/CodeBuild metrics and dimensions [#14167](https://github.com/grafana/grafana/issues/14167), thx [@mmcoltman](https://github.com/mmcoltman) ### 5.4.0-beta1 fixes * **Graph**: Fix legend always visible even if configured to be hidden [#14144](https://github.com/grafana/grafana/issues/14144)