summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-06 13:16:36 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-06 13:16:36 +0000
commit4c1e97226fee947895c476344afffac391c4ea41 (patch)
treecf3ddb14dc282fd4bc4f637e7fdabe93d6a5bbf6 /NEWS
parentd818a6ab40bca1fc874a06cb851ca1f2fa371331 (diff)
* lib/resolv.rb (Resolv::DNS.fetch_resource): New method to obtain
full result. [ruby-dev:43587] [Feature #4788] proposed by Makoto Kishimoto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 300175fd0a..a1f4fd5ec0 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,10 @@ with all sufficient information, see the ChangeLog file.
* Pathname#write
* Pathname#binwrite
+* Resolv
+ * New methods:
+ * Resolv::DNS.fetch_resource
+
* Rinda::RingServer, Rinda::RingFinger
* Rinda now supports multicast sockets. See Rinda::RingServer and
Rinda::RingFinger for details.