aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-31 08:33:35 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-31 08:33:35 +0000
commitf1271a5b56a1e5a86a08438e186113f0269ec878 (patch)
treeab45f9d9361c8ca7c7e2c512c7fe172ec491b46c /NEWS
parent2a9e1a36628bbc8d2b116f6c1d4a799aad2bd9f8 (diff)
downloadruby-f1271a5b56a1e5a86a08438e186113f0269ec878.tar.gz
Added NEWS for r59702
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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]