aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8b809c4f..b2671358 100644
--- a/NEWS
+++ b/NEWS
@@ -96,7 +96,9 @@ Changes from 3.1.8 to 4.0.0
- Probably others that I've forgotten
29. If PROCINFO["sorted_in"] exists, for(iggy in foo) loops sort the
- indices before looping over them.
+ indices before looping over them. The value of this element
+ provides control over how the indices are sorted before the loop
+ traversal starts.
30. A new isarray() function exists to distinguish if an item is an array
or not, to make it possible to traverse multidimensional arrays.