summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47fbd88..5c99718 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,30 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
+Version 0.11, released UNRELEASED
+---------------------------------
+
+For yarn:
+
+* Report number of scenarios skipped due to an ASSUMING step failing.
+ * Fix the error message for reporting scenarios without THEN steps
+ to include the names of those scenarios only, rather than all
+ scenarios. Patch by Pete Fotheringham.
+
+* Yarn now sets `$HOME` to a directory in `$DATADIR`, and creates
+ that directory. This means test suites can assume `$HOME` exists,
+ but don't use the user's real home directory, which is important for
+ test environment hygiene.
+
+* New option `--allow-missing-steps` to allow running a test suite
+ with some steps missing. The scenarios with missing steps will be
+ skipped. Suggested by Pete Fotheringham.
+
+For cmdtest:
+
+* The `--test` (`-t`) option should now work again. Thank you
+ to Kalle Valo for prodding me.
+
Version 0.10, released 2013-10-05
---------------------------------