From e47994013ad2d350121f7df617860e3093e43d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 20 May 2014 12:04:23 +0200 Subject: [PATCH] updated changelog with PR #427 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a86f9a9fd72..262a17ddc3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +vNext +- New Y-axis formater for metric values that represent seconds (Issue #427) - thx @jippi + # 1.5.4 (2014-05-13) ### New features and improvements - InfluxDB enhancement: support for multiple hosts (with retries) and raw queries (Issue #318, thx @toddboom)