summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 74b552c6f2..82f327030f 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,10 @@ with all sufficient information, see the ChangeLog file.
* builtin classes
+ * Array#nitems now takes a block optionally, which is used to
+ determine if each element should be counted instead of checking if
+ the element is non-nil.
+
* Integer#ord implemented.
* Integer#odd? implemented.
* Integer#even? implemented.