diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-15 19:28:56 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-15 19:28:56 +0000 |
commit | c660a4f3deb2db9a6441326f34a3c69df7dafb54 (patch) | |
tree | 6cc1f3e3f55aa78f0ab07ec476c36f44cfd2b112 /NEWS | |
parent | 44be69112c71fe65784cc014995044c2a191a449 (diff) | |
download | execline-c660a4f3deb2db9a6441326f34a3c69df7dafb54.tar.xz |
version: 2.8.0.0v2.8.0.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,8 +3,9 @@ Changelog for execline. In 2.8.0.0 ---------- + - By default, if now propagates its child exit code when it exits. - backtick now propagates failure by default; its options have -slightly different semantics. +slightly different semantics (-i becomes default, new -x introduced). In 2.7.0.1 |