summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-11-24 17:56:57 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-11-24 17:56:57 +0000
commit49b387bb53e76eecd2b6cf4f89f3146fc2198bd3 (patch)
tree6dc1c9dc123a685f02ca29564fe6d58194cedfcb /NEWS
parent6d217dbeac86c8e5a15fed4c7d3a58d81420d9b0 (diff)
downloadexecline-49b387bb53e76eecd2b6cf4f89f3146fc2198bd3.tar.xz
Fix chomping: only make it default on line-processing binaries
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ef56a9..8058b77 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ In 2.7.0.0
- forstdin QoL changes: now it exits 1 if it doesn't read anything,
and it only splits on newlines by default.
+ - forbacktickx, which is a wrapper to forstdin, gets the same changes.
+ - Line-processing binaries now chomp by default. Substitution
+binaries do not.
+ - New -N option everywhere to disable chomping.
- New "default" directive to trap, replacing the irrelevant "timeout".