summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-07-17 16:20:26 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-07-17 16:20:26 +0200
commitb0461e36d5e2db22900a89579391d4c7c7f42fe4 (patch)
treeb0ef735b0c79954e5a56b29cdc9b5b8dc1056443
parent1168b630129135655aeb0a85d41c864a13ec69d8 (diff)
downloadxe-b0461e36d5e2db22900a89579391d4c7c7f42fe4.tar.gz
xe-b0461e36d5e2db22900a89579391d4c7c7f42fe4.tar.xz
xe-b0461e36d5e2db22900a89579391d4c7c7f42fe4.zip
NEWS.md: update for 0.9. v0.9
-rw-r--r--NEWS.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index b15d924..5a0b483 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,15 @@
 ## HEAD
 
+## 0.9 (2017-07-17)
+
+* New flag `-L` to enables line buffering on output.
+* New flag `-LL` to prefix output lines with `$ITER`.
+* `-j` now can scale with the available CPU cores
+  (e.g. `-j0.5x` to use half the cores).
+* `-vv` will trace `$ITER` and `exit status`.
+* Fix issues related to having more children than we knew of.
+* Documentation fixes and improvement by Larry Hynes.
+
 ## 0.8 (2017-06-02)
 
 * Only read new arguments when we immediately need them