diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-02 01:20:49 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-02 01:20:49 +0000 |
commit | 631f809ce4a14ec6f1af5118b99adc514be7db60 (patch) | |
tree | 7c972271688b80c5924055b83981d2db9c2c7bce /doc/upgrade.html | |
parent | 0033d003591f6bcc36313c8a16e7048ac01ef94c (diff) | |
download | execline-631f809ce4a14ec6f1af5118b99adc514be7db60.tar.xz |
Prepare for 2.8.0.0; change backtick options and default behaviour
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index eac79a7..b30f6ac 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,15 @@ <h1> What has changed in execline </h1> +<h2> in 2.8.0.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.10.0.2. </li> + <li> <a href="backtick.html">backtick</a> options have changed +slightly, and now propagates subprocess failure by default. </li> +</ul> + <h2> in 2.7.0.1 </h2> <ul> |