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

Added NEWS for r59702

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2017-08-31 08:33:35 +00:00
parent e7ddf8788f
commit 5f3c228f39

2
NEWS
View file

@ -145,6 +145,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Random.raw_seed renamed to become Random.urandom. It is now
applicable to non-seeding purposes due to [Bug #9569].
* Socket::Ifaddr#vhid is added [Feature #13803]
* ConditionVariable, Queue and SizedQueue reimplemented for speed.
They no longer subclass Struct. [Feature #13552]