From 4329b14cfbe4c91561c12ba7d1b40c66faea30b5 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 9 Apr 2013 10:53:41 +0000 Subject: * 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 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3