aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-02 04:33:56 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-02 04:33:56 +0000
commite41ed50bf0b2a2f657b88b0a328331f91385d6c0 (patch)
treeba7af76fd66c1b84772f09306dfdfeff461cdd23 /ChangeLog
parentf5bdc774fdb0dbb9f23d3b314db5177f01d80714 (diff)
downloadruby-e41ed50bf0b2a2f657b88b0a328331f91385d6c0.tar.gz
* lib/uri/common.rb (URI.encode_www_form):
split key-value when the value is Array like object. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bde009e42..8a5d10ef60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 2 13:10:42 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/uri/common.rb (URI.encode_www_form):
+ split key-value when the value is Array like object.
+
Thu Dec 2 10:39:39 2010 NARUSE, Yui <naruse@ruby-lang.org>
* lib/net/http.rb (Net::HTTP#set_form_data):