aboutsummaryrefslogtreecommitdiffstats
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
commit6c2afd62f59dfa277ef2b42d3c6b21e05cc41b04 (patch)
treede282bed071ef89a123871776ec89a001f335623
parent9088990f0d198081f2e1e60883561eee2c7e8df6 (diff)
downloadruby-6c2afd62f59dfa277ef2b42d3c6b21e05cc41b04.tar.gz
add ticket number [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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]