summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index b633d7ce04..b611e7c1c6 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,11 @@
+: Array#fill
+
+ takes block to get the values to fill.
+
+: Array#new
+
+ takes block to get the values to fill.
+
: Array#fetch
takes block to get the default value.