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",