From 2977c53b219b3513e2ba795aa25eadb92f5293ce Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 11 May 2013 10:20:38 +0000 Subject: [PATCH] Describe Socket.getifaddrs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 961976be93..d89fc6db68 100644 --- a/NEWS +++ b/NEWS @@ -78,6 +78,10 @@ with all sufficient information, see the ChangeLog file. * Rinda now supports multicast sockets. See Rinda::RingServer and Rinda::RingFinger for details. +* Socket + * New methods: + * Socket.getifaddrs + * Tempfile * New methods: * Tempfile.create