summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-16 02:02:33 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-16 02:02:33 +0000
commitca4578d949a93380162924f4ac870695ce70992f (patch)
tree63c1393e00cf9de65c3fe3a8f60829941a310318 /ChangeLog
parent7a58763dc6d9920f9187b33e350065d5fe3b3aa3 (diff)
* NEWS (XMLRPC::Client#http): Add.
[ruby-core:55197] [Feature #8461] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41329 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 cf15031c89..8c4e423d97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jun 16 11:01:57 2013 Kouhei Sutou <kou@cozmixng.org>
+
+ * NEWS (XMLRPC::Client#http): Add.
+ [ruby-core:55197] [Feature #8461]
+
Sun Jun 16 10:38:45 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (bary_add): New function.