aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
---------------------------