summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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