about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2023-08-05 16:34:27 +0200
committerLeah Neukirchen <leah@vuxu.org>2023-08-05 16:34:27 +0200
commit8adb7bd9604d252ec3f0103c9fc560da27b0c22e (patch)
treeb84ff08d02a2009e2b1e9ac5cdaaa389357b3a54
parentf350b6f16c668cd49dc24be3b6dd44c059fe2e0c (diff)
downloadxe-8adb7bd9604d252ec3f0103c9fc560da27b0c22e.tar.gz
xe-8adb7bd9604d252ec3f0103c9fc560da27b0c22e.tar.xz
xe-8adb7bd9604d252ec3f0103c9fc560da27b0c22e.zip
NEWS.md: update for 1.0 v1.0
-rw-r--r--NEWS.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index ba8c41c..7ea5f17 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,11 @@
 ## HEAD
 
+## 1.0 (2023-08-05)
+
+* Slightly incompatible change: properly forward errors on exec,
+  return 123 on any exit status 1-254 (like GNU xargs).
+* Small bugfixes.
+
 ## 0.11 (2017-11-05)
 
 * Add zsh completion.
@@ -32,5 +38,5 @@
 ## 0.7 (2017-04-13)
 
 * Error when the `-A` separator does not appear
-* Bug: fix quoting of empty strings
+* Bugfix: fix quoting of empty strings
 * Documentation fixes