From 33411af20f025e5a83275a59057273894fbf9b41 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 8 Dec 2015 21:21:20 +0100 Subject: Update NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) 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 --------------------------------- -- cgit v1.2.1