summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to '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
--------------------------------