summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-06 03:31:36 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-06 03:31:36 +0000
commite5a47fb60e33aaa730fd913c0cb3a386baf2d9a2 (patch)
tree9acf12d5dd6bdd282aa6f8ef8b3f5f47fe192f5f /NEWS
parent5fd45a4b79dd26f9e7b6dc41142912df911e4d7d (diff)
describe URI::Generic#hostname and URI::Generic#hostname=.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e24da3c3fa..f1acea776b 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,11 @@ with all sufficient information, see the ChangeLog file.
* new method:
* WEBrick::HTTPRequest#continue for generating '100 continue' response.
+* uri
+ * new methods:
+ * URI::Generic#hostname
+ * URI::Generic#hostname=
+
=== Compatibility issues (excluding feature bug fixes)
* Kernel#respond_to?