summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-01 19:58:20 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-01 20:06:44 +0300
commit8bbd9b249ed42ed4cd778359afcce696057aa354 (patch)
tree2399d40ce38b85efa5e48f82e362ebcc99b23ae5 /NEWS
parent98c463a64b6f5b46ddaa1cff21037463a50da2bd (diff)
downloadcmdtest-8bbd9b249ed42ed4cd778359afcce696057aa354.tar.gz
Flush stdout, stderr after every write
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2220611..369087b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,14 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
+Version 0.17, released UNRELEASED
+---------------------------------
+
+* Yarn now flushes outputs (stdout, stderr) whenever it writes
+ anything. This should avoid some problems with programs that capture
+ yarn output, such as CI systems, and get the timings differently
+ from what would happen on a terminal.
+
Version 0.16, released 2015-06-30
---------------------------------