diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-27 19:50:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-27 19:50:08 +0000 |
commit | 5f0adaeacfc9d0c0a80bf6d60a7c87aed6016486 (patch) | |
tree | dba218a35884e0107031ceee4a9b88a531718d78 | |
parent | 5b0439c38d71aed8b6b8addbc7ecce1a9b026a6b (diff) | |
download | execline-5f0adaeacfc9d0c0a80bf6d60a7c87aed6016486.tar.xz |
version: 2.3.0.0
-rw-r--r-- | doc/import.html | 9 | ||||
-rw-r--r-- | doc/upgrade.html | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/import.html b/doc/import.html index b5a95df..300d625 100644 --- a/doc/import.html +++ b/doc/import.html @@ -34,5 +34,14 @@ then executes another program. <tt><a href="importas.html">importas</a> <em>envvar</em> <em>envvar</em></t>. </ul> +<h2> Notes </h2> + +<ul> + <li> Starting in execline-2.5.0.0, the <tt>import</tt> command is +marked as obsolescent; it will disappear in a future version of execline. +It is recommended to use the <a href="importas.html">importas</a> +command instead. </li> +</ul> + </body> </html> diff --git a/doc/upgrade.html b/doc/upgrade.html index 434fcda..f72e63a 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -22,6 +22,9 @@ <ul> <li> skalibs dependency bumped to 2.5.0.0 </li> + <li> <a href="import.html">import</a> is now marked as obsolescent. +It is recommanded to use the <a href="importas.html">importas</a> command +instead. </li> </ul> <h2> in 2.2.0.0 </h2> |