summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-10-30 16:43:40 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-10-30 16:43:40 +0100
commit7bac8243bc630ab90dc06caebe7136b2212fb8f6 (patch)
treef71b1f7b1199fe8fb033a8b0579aaa87c566b55f
parent221229ae1aadb39c03f05cef12a5a84f43de34cc (diff)
downloadxe-0.10.tar.gz
xe-0.10.tar.xz
xe-0.10.zip
NEWS.md: update for 0.10 v0.10
-rw-r--r--NEWS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 1995d7b..abad2c9 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,12 @@
 ## HEAD
 
+## 0.10 (2017-10-30)
+
+* New flag `-p` to enable "percent rules" ala make(1), see the man
+  page for details.
+* New flag `-q` to run commands, hiding their output.
+* Fix issues launching commands on FreeBSD and DragonFlyBSD.
+
 ## 0.9 (2017-07-17)
 
 * New flag `-L` to enable line buffering on output.