summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-09-19 19:09:00 +0100
committerLars Wirzenius <liw@liw.fi>2013-09-19 19:09:00 +0100
commitd9f0a876a0ec1c5320d77b0b4314bbd4a5b11bd3 (patch)
tree4da8a5d249584a31253e59ed64a08425950b1643 /NEWS
parentf16588d5c07ec4e7fb08d2de2575258c36210fea (diff)
downloadcmdtest-d9f0a876a0ec1c5320d77b0b4314bbd4a5b11bd3.tar.gz
Match IMPLEMENTS always case-insensitively
Reported-by: Jannis Pohlmann
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 797291e..9aad0a2 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,9 @@ Bug fixes:
* Yarn now checks for duplicate scenario names.
+* Yarn now always checks for IMPLEMENTS sections with case-insensitive
+ matching. Reported, with test case, by Jannis Pohlmann.
+
Version 0.9, released 2013-07-23
--------------------------------