diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-05-16 14:09:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-05-16 14:09:21 +0000 |
commit | 9b1f710b8e4ade81fd57da97c460257a9b98c953 (patch) | |
tree | 5a050442635f7290ae1232d0f1bbb3af5753e146 /doc/upgrade.html | |
parent | b3660dd4cddaa7a3a935f04d3d5a6569a8768a54 (diff) | |
download | execline-9b1f710b8e4ade81fd57da97c460257a9b98c953.tar.xz |
bugfix: el_substitute could incorrectly share stralloc pointers
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 5cd11cc..e1ae3a3 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in execline </h1> +<h2> in 2.6.0.2 </h2> + +<ul> + <li> No functional changes </li> +</ul> + <h2> in 2.6.0.1 </h2> <ul> |