summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8bad42c6b6..67c734987a 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,11 @@ with all sufficient information, see the ChangeLog file.
determine if each element should be counted instead of checking if
the element is non-nil.
+ * Array#index
+ * Array#rindex
+
+ Take a block instead of an argument.
+
* Integer#ord implemented.
* Integer#odd? implemented.
* Integer#even? implemented.