* NEWS: add a reference to a ticket. [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-06-21 14:48:48 +00:00
parent c0f571e09b
commit b86b36242c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Jun 21 23:46:27 2015 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* NEWS: add a reference to a ticket.
Sun Jun 21 20:28:09 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* internal.h (roomof): extract from type_roomof, and move from

2
NEWS
View File

@ -131,7 +131,7 @@ with all sufficient information, see the ChangeLog file.
* $SAFE
* $SAFE=2 and $SAFE=3 are obsolete. If $SAFE is set to 2 or larger,
an ArgumentError is raised.
an ArgumentError is raised. [Feature #5455]
=== C API updates