summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-25 13:46:35 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-25 13:49:37 +0100
commit0b12484dc9c100d76908a0c927b34374cbaec534 (patch)
tree89c5d35d8d01b63755521374ff83a2415f646395 /NEWS
parent943d7cce260ab28a24741d043101db8d31266bad (diff)
downloadcmdtest-0b12484dc9c100d76908a0c927b34374cbaec534.tar.gz
Add --cd-datadir setting
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e01387b..56e3bcf 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ Version 0.19, released UNRELEASED
This can be used to use Python instead of sh:
`--shell=/usr/bin/python2 --shell-arg=''`.
+* Yarn now supports the `--cd-datadir` setting to have each step run
+ in `DATADIR` instead of `SRCDIR`. The default remains `SRCDIR`, but
+ at some point in the future, the default will probably change.
+
Version 0.18, released 2015-11-06
---------------------------------