1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add ticket number [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-10-27 13:01:19 +00:00
parent 9088990f0d
commit 6c2afd62f5

2
NEWS
View file

@ -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]