summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-13 07:10:31 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-13 07:10:31 +0000
commit4bfbff58a3743f7112def4b84fe56e5b9656d993 (patch)
treed7d27e0871f014e5be43d93ae5bc24670c3a06da /NEWS
parentf1fca5cef8e94e68a2772fbe4df7735aa111b83f (diff)
update NEWS
* Object#tap * Process.exec * Symbol#to_proc git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@15989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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