summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fc2a9fe64..c0d2628ba7 100644
--- a/NEWS
+++ b/NEWS
@@ -68,6 +68,11 @@ with all sufficient information, see the ChangeLog file.
* Process.exec implemented.
+ * Range#each
+ * Range#step
+
+ Return an enumerator if no block is given.
+
* Regexp.union accepts an array of patterns.
* String#partition
@@ -83,6 +88,11 @@ with all sufficient information, see the ChangeLog file.
New exception class that causes Kernel#loop to stop iteration when
raised.
+ * Struct#each
+ * Struct#each_pair
+
+ Return an enumerator if no block is given.
+
* Symbol#to_proc implemented.
* enumerator