aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 10:01:42 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 10:01:42 +0000
commit9600d9693c4e94e2755001e2e10caedcc761a69c (patch)
tree0c01253dfeab04fdc03c3d0bab9c0279dbc39f64 /ChangeLog
parent8d7e9e53437e696e9e121431e96d2755c2106f75 (diff)
downloadruby-9600d9693c4e94e2755001e2e10caedcc761a69c.tar.gz
* test/uri/test_common.rb (TestCommon#test_encode_www_form): add
tests for r30015. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30093 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 056567ff86..dbfa7c28b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 6 18:55:36 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * test/uri/test_common.rb (TestCommon#test_encode_www_form): add
+ tests for r30015.
+
Mon Dec 6 10:39:54 2010 NARUSE, Yui <naruse@ruby-lang.org>
* lib/uri/common.rb (URI::Parser#initialize_pattern):