diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-26 12:47:19 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-26 12:47:19 +0000 |
commit | 9cf89b4437df6a7741532dd73fed770cd8eef9f2 (patch) | |
tree | abdeb249d992b1ba90d44b838318d0d09c3369a2 /doc/upgrade.html | |
parent | cfe736ed5615d6e00f4ce6704591782fe790a752 (diff) | |
download | execline-9cf89b4437df6a7741532dd73fed770cd8eef9f2.tar.xz |
- added el_parse() and friends
- refactored execlineb to use them
- version: rc for 2.1.1.1
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 1e6ab8c..32516d7 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,14 @@ <h1> What has changed in execline </h1> +<h2> in 2.1.1.1 </h2> + +<ul> + <li> skalibs dependency bumped to 2.3.2.0 </li> + <li> execlineb parser made into a library function, for easier +inclusion in other programs </li> +</ul> + <h2> in 2.1.1.0 </h2> <ul> |