From 33626b4d516150c2006e613ce63d75acb8631dfb Mon Sep 17 00:00:00 2001 From: soulgalore Date: Mon, 12 Dec 2016 01:34:46 +0100 Subject: [PATCH] cred to jpvincent --- CHANGELOG.md | 2 +- CONTRIBUTORS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dac71985..b947abf2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ * The metric lines (firstVisualChange etc) is now stronger and easier to spot * Slack: firstVisualChange, lastVisualChange and fullyLoaded metrics will be sent by default and you can now configure what metric you wanna use to decide if it is a warning/error message * Use video.js as video player -* Collect custom metrics in WebPageTest (and send them to Graphite when configured) +* Collect custom metrics in WebPageTest (and send them to Graphite when configured). Thank you https://github.com/jpvincent for the initial PR! ### Fixed * Running multiple URLs in WebPageTest failed because of a "feature" in the WebPageTest NodeJS API where options in s are change to ms. https://github.com/sitespeedio/sitespeed.io/issues/1367 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1d24fa366..706f00d82 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,6 +3,7 @@ Many many many thanks to: * Moos (@moos) * Örjan Sjöholm (@orjan) * Abha Gupta (@abhagupta) +* jpvincent (@jpvincent) 3.X and earlier: * Tom Sutton (@tomsutton1984)