following changelog standard [skip ci]

This commit is contained in:
Peter Hedenskog 2015-07-19 12:32:23 -05:00
parent e5741ac58c
commit d28d19c261
1 changed files with 8 additions and 2 deletions

View File

@ -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.