From eb653dcb62523a405ee1300ea43bab304037a610 Mon Sep 17 00:00:00 2001 From: Daniel Wittner Date: Wed, 17 Sep 2014 17:31:09 +0200 Subject: [PATCH] 0.7.8 --- Readme.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0aa15e9..f34725a 100644 --- a/Readme.md +++ b/Readme.md @@ -7,6 +7,10 @@ Test contexts, BDD specs, test runner and reporters for Buster.JS. ## Changelog +**0.7.8** (17.09.2014) + +* Fix for issue [#416 - buster-server crash with IE 11 on W7 only if there is two browsers captured](https://github.com/busterjs/buster/issues/416) + **0.7.7** (06.06.2014) * JsDom updated to version ~0.10 for issue [#410 - Buster is modifying the global `Error` object (via old JSDOM)](https://github.com/busterjs/buster/issues/410) diff --git a/package.json b/package.json index f68f7c3..5ffb5e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buster-test", - "version": "0.7.7", + "version": "0.7.8", "description": "Promised based evented xUnit and BDD style test runner for JavaScript", "homepage": "http://busterjs.org/docs/buster-test", "author": "Christian Johansen",