aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-06-12 10:52:57 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-06-12 10:52:57 +0300
commit2911138b7d7901a2f6dcd2d99879f055dec5e3f7 (patch)
tree74cdf05f443ca8aacae1262867f2104b5f06d0af
parenta43600eb76d87555c019079433f19039787befd5 (diff)
downloadegawk-2911138b7d7901a2f6dcd2d99879f055dec5e3f7.tar.gz
egawk-2911138b7d7901a2f6dcd2d99879f055dec5e3f7.tar.bz2
egawk-2911138b7d7901a2f6dcd2d99879f055dec5e3f7.zip
Update NEWS.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS4
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 61c52611..83bf1a00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
* array.c (asort_actual): If SYMTAB or FUNCTAB is the second argument,
fatal out. If they are the first argument, make it work when a
second argument is supplied.
- * TODO: Updated.
+ * TODO, NEWS: Updated.
2020-06-10 Arnold D. Robbins <arnold@skeeve.com>
diff --git a/NEWS b/NEWS
index 05ba8ce2..1974e7b4 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ Changes from 5.0.1 to 5.0.2
1. Infrastructure upgrades: Bison 3.6.3.
+2. asort and asorti now allow FUNCTAB and SYMTAB as the first argument if a
+ second destination array is supplied. Similarly, using either array as
+ the second argument is now a fatal error.
+
Changes from 5.0.1 to 5.1.0
---------------------------