summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-08-25 13:38:54 +0100
committerLars Wirzenius <liw@liw.fi>2013-08-25 13:38:54 +0100
commit736c408ac2b8768150867b89f4a497edcffd2edd (patch)
tree265e9d917eafbe8c6782e292cb25633507800a5b
parent99eb7132499d14b604d67d8d8104243c3f9a35e6 (diff)
downloadcmdtest-736c408ac2b8768150867b89f4a497edcffd2edd.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 92c1e37..2682b85 100644
--- a/NEWS
+++ b/NEWS
@@ -14,9 +14,13 @@ Version 0.10, released UNRELEASED
* A new option, `--timings`, has been added to yarn to report how long
each scenario and each step took.
+Bug fixes:
+
* Yarn now complains if a scenario has no THEN steps. Suggested by
Richard Maw.
+* Yarn now checks for duplicate scenario names.
+
Version 0.9, released 2013-07-23
--------------------------------