summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-02-08 12:43:02 +0200
committerLars Wirzenius <liw@liw.fi>2015-02-08 12:43:02 +0200
commita8f4c1c898814b75b366060993e46f4b53f7596f (patch)
tree1cda19b7467776ee187465073a85998a4e58f9a6 /NEWS
parent179f3d3c8984509fef9126fe596280efb0975db6 (diff)
downloadcliapp-a8f4c1c898814b75b366060993e46f4b53f7596f.tar.gz
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f831ace..0e21b58 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ Version UNRELEASED
descriptor in the parent results in `SIGPIPE` being sent to the
`cat` process once `false` terminates.
+* Richard Maw changed `cliapp.runcmd` so that the stderr of all
+ commands in the pipeline are collected, when stderr is set to
+ `subprocess.PIPE`.
+
Version 1.20140719
------------------