summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ab27f9fb80..049fd0d999 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,10 @@ with all sufficient information, see the ChangeLog file.
* Integer#even? implemented.
* Integer#pred implemented.
+ * Object#tap implemented.
+
+ * Process.exec implemented.
+
* Regexp.union accepts an array of patterns.
* StopIteration
@@ -71,9 +75,7 @@ with all sufficient information, see the ChangeLog file.
New exception class that causes Kernel#loop to stop iteration when
raised.
- * Symbol#to_proc
-
- New method.
+ * Symbol#to_proc implemented.
* enumerator