summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-08 21:21:20 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-08 21:21:20 +0100
commit33411af20f025e5a83275a59057273894fbf9b41 (patch)
treea879dcf518a3099be4eea8e3f4ab79756dce59cb
parent2ba81ac7f4261bfff38b5d8f6cd03f1b94d4be82 (diff)
downloadcmdtest-33411af20f025e5a83275a59057273894fbf9b41.tar.gz
Update NEWS
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab72d5d..e01387b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,11 @@ Version 0.19, released UNRELEASED
* Yarn now gives an error if `--run` is given a scenario that doens't
exist.
+* Yarn now supports `--shell` to choose the shell to execute
+ IMPLEMENTS scripts, and `--shell-arg` to add arguments to shell.
+ This can be used to use Python instead of sh:
+ `--shell=/usr/bin/python2 --shell-arg=''`.
+
Version 0.18, released 2015-11-06
---------------------------------