From 5f3c228f3975e4f4023168af2fba9f7434a904c5 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 31 Aug 2017 08:33:35 +0000 Subject: [PATCH] Added NEWS for r59702 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index ba79914b4f..1b2f33701c 100644 --- a/NEWS +++ b/NEWS @@ -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]