summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-28 08:52:57 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-28 08:52:57 +0000
commitacdda413ab35c13e85bd3cfe2ed45aacbb059932 (patch)
tree8d90a1c939819ebb18abd1c725c01457d4d18df7 /NEWS
parentd55bb05153a2fbc8b9b74636cd47351a3d51a4d7 (diff)
Merge from ruby_1_8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 60eda7a813..067086ecc2 100644
--- a/NEWS
+++ b/NEWS
@@ -246,6 +246,11 @@ with all sufficient information, see the ChangeLog file.
Return an enumerator if no block is given.
+ * String#upto
+
+ An optional second argument is added to specify if the last value
+ should be included.
+
* StopIteration
New exception class that causes Kernel#loop to stop iteration when