aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-05 03:31:36 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-05 03:31:36 +0000
commit1b51476c1be1005ff5dde27f481d442ba51afe00 (patch)
treefc9a6eb7d4db884eb0135f9e4567aa8f8fb0a245 /ChangeLog
parentcc6238083d8899e5dedf6a1d832316ecc02371f8 (diff)
downloadruby-1b51476c1be1005ff5dde27f481d442ba51afe00.tar.gz
* test/net/http/test_httpresponses.rb: Add a test file for
Net::HTTPResponses and put a test case for the previous bug. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36317 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 5233f41eb6..81d4eaa5c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 5 12:28:11 2012 Akinori MUSHA <knu@iDaemons.org>
+
+ * test/net/http/test_httpresponses.rb: Add a test file for
+ Net::HTTPResponses and put a test case for the previous bug.
+
Thu Jul 5 06:33:52 2012 Mark Dodwell <mark@mkdynamic.co.uk>
* lib/net/http/responses.rb: Fix 4xx classes to inherit correctly