diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-04-06 17:54:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-04-06 17:54:13 +0000 |
commit | a5b7a319fb558f5df599de286318029d455ed193 (patch) | |
tree | b468c6b2620613aa5f29d793feecb22c94dfedbf /doc/upgrade.html | |
parent | db852ecd93afc9f893886a132ee58b23579fc79d (diff) | |
download | execline-a5b7a319fb558f5df599de286318029d455ed193.tar.xz |
Prepare for 2.9.5.0; add ? support in backtick
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 6511fe5..262c1e4 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,11 +18,13 @@ <h1> What has changed in execline </h1> -<h2> in 2.9.4.1 </h2> +<h2> in 2.9.5.0 </h2> <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> -dependency bumped to 2.14.1.0. </li> +dependency bumped to 2.14.1.1. </li> + <li> <a href="backtick.html">backtick</a> now sets the ? +environment variable when it can be nonzero. </li> </ul> <h2> in 2.9.4.0 </h2> |