From 8edd20686432fb282689be46dea170751398b680 Mon Sep 17 00:00:00 2001 From: Steven Glanzer Date: Wed, 2 Mar 2016 11:43:08 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c020dd8..c54fa55 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,6 @@ var options = { Enable branch tracking in the html and json reporters by setting `branchTracking` to `true` in the main options within `blanket-options.js` (see above example). -Only one reporter at a time is supported currently. - Append ```?coverage``` to the HTML report URL to enable coverage. This option will enable the creation of the coverage data file when running within a continuous integration context. You can add this as part of the ```ember test``` command for a single run: @@ -118,6 +116,9 @@ MIT ## Release History +* 0.9.0 +Significant bug fixes to support ember-cli > 1.13.8 thanks to @jschilli + * 0.8.0 Support for multi-reporter output thanks to @job13er