aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-27 13:01:19 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-27 13:01:19 +0000
commitfaa6bfbc9a27b40add07e632e7f9e4f5a344e8d2 (patch)
treede282bed071ef89a123871776ec89a001f335623 /NEWS
parent8c094ab4270644553e5ed19efea49aa336af9e0b (diff)
downloadruby-faa6bfbc9a27b40add07e632e7f9e4f5a344e8d2.tar.gz
add ticket number [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1433dee4d6..067766361e 100644
--- a/NEWS
+++ b/NEWS
@@ -70,7 +70,7 @@ with all sufficient information, see the ChangeLog file.
* Kernel
* Kernel#loop, when stopped by a StopIteration exception, returns
- what the enumerator has returned instead of nil.
+ what the enumerator has returned instead of nil. [Feature #11498]
* Module
* Module#deprecate_constant [Feature #11398]