diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -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> @@ -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 --------------------------- |