summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-09 10:53:41 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-09 10:53:41 +0000
commit4329b14cfbe4c91561c12ba7d1b40c66faea30b5 (patch)
tree68f671ba954347af00370146dc7174aeda67982d /NEWS
parent56486e00ecd02007787620e814c991f94d68ff49 (diff)
* lib/open-uri.rb: Support multiple fields with same field
name (like Set-Cookie). (OpenURI::Meta#metas): New accessor to obtain fields as a Hash from field name (string) to field values (array of strings). [ruby-core:37734] [Bug #4964] reported by ren li. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8482dc0874..9032a8509c 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,9 @@ with all sufficient information, see the ChangeLog file.
* Pathname#write
* Pathname#binwrite
+* open-uri
+ * Support multiple fields with same field name (like Set-Cookie).
+
* Resolv
* New methods:
* Resolv::DNS.fetch_resource