diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-09-01 21:31:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-09-01 21:31:38 +0300 |
commit | abc7fc68f8ce227db5a1ce881a8f065577c764dd (patch) | |
tree | 8078cfe22634093f5a319a044c652d7eef1944b6 | |
parent | 0d7384c6db25f830ac8710b3046375fee930c4d6 (diff) | |
download | egawk-abc7fc68f8ce227db5a1ce881a8f065577c764dd.tar.gz egawk-abc7fc68f8ce227db5a1ce881a8f065577c764dd.tar.bz2 egawk-abc7fc68f8ce227db5a1ce881a8f065577c764dd.zip |
Update NEWS.
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,7 +10,9 @@ Changes from 5.0.1 to 5.1.0 1. The major version of the API is bumped to 3, something that should have happened at the 5.0.0 release but didn't. -2. Several bugs have been fixed. See the ChangeLog for details. +2. A number of memory leak issues have been fixed. + +3. Several bugs have been fixed. See the ChangeLog for details. Changes from 5.0.0 to 5.0.1 --------------------------- |