aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-09-01 21:31:38 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-09-01 21:31:38 +0300
commitabc7fc68f8ce227db5a1ce881a8f065577c764dd (patch)
tree8078cfe22634093f5a319a044c652d7eef1944b6
parent0d7384c6db25f830ac8710b3046375fee930c4d6 (diff)
downloadegawk-abc7fc68f8ce227db5a1ce881a8f065577c764dd.tar.gz
egawk-abc7fc68f8ce227db5a1ce881a8f065577c764dd.tar.bz2
egawk-abc7fc68f8ce227db5a1ce881a8f065577c764dd.zip
Update NEWS.
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b401d403..992aab00 100644
--- a/NEWS
+++ b/NEWS
@@ -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
---------------------------