aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-10-17 21:44:16 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-10-17 21:44:16 +0300
commitadf9117f975ab24f21ea6d11e555a83f1a218bf5 (patch)
treebcfab8e962a0377f45aae7700c6208b6a54ad7fd /NEWS
parentcf79df35d1569a1c1f60c51e66e2ab44566ea4d5 (diff)
parent9842a449bf7612c763790c34be7eef39774f63be (diff)
downloadegawk-adf9117f975ab24f21ea6d11e555a83f1a218bf5.tar.gz
egawk-adf9117f975ab24f21ea6d11e555a83f1a218bf5.tar.bz2
egawk-adf9117f975ab24f21ea6d11e555a83f1a218bf5.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 1 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2e84ee1d..17dcfc68 100644
--- a/NEWS
+++ b/NEWS
@@ -77,8 +77,7 @@ Changes from 4.1.4 to 4.2.0
More details are provided in the manual.
14. The new typeof() function can be used to indicate if a variable or
- array element is an array, regexp, string or number. The isarray()
- function is deprecated in favor of typeof().
+ array element is an array, regexp, string or number.
15. As promised when 4.1 was released, the old extension mechanism,
using the `extension' function, is now gone.