From d28d19c26143ce2d990eae440fbb17579b09afbe Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Sun, 19 Jul 2015 12:32:23 -0500 Subject: [PATCH] following changelog standard [skip ci] --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a20ddff..8c244291a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ version 3.7.0 (UNRELEASED) ------------------------ -* Text fixes, thanks @atdt #690 -* Bumping versions: async, cross-spawn-async, fast-stats, fs-extra, handlebars, html-minifier, moment, phantomjs, request, winston, browsertime & xmlbuilder. +### Added * Show and send total summary of collected data for all pages. Example: testing ten pages we will now have the total number of requsts made for all those 10 pages #693 * Send all individual navigation timings to Graphite (before we only sent calculated timings) #580 + +### Changed +* Bumping versions: async, cross-spawn-async, fast-stats, fs-extra, handlebars, html-minifier, moment, phantomjs, request, winston, browsertime & xmlbuilder. * If we just test one page, then skip the crawling (but do one request that checks the status of the page before we start) #706 +### Fixed +* Text fixes, thanks @atdt #690 +* New Browsertime version fixes Browser name and browser version in the HAR file #704 + version 3.6.3 - 2015-06-26 ------------------------ * Finally we have a HAR Viewer! It's a modified version of Rafael Cesars https://www.npmjs.com/package/simplehar. It could still need some love and work but we think it will add some real value.