summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-01 15:39:58 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-01 15:39:58 +0000
commita9b1e5c27b93a6926bacf8139da136153e2dc1a9 (patch)
tree72b98d6e3c666a84a616a5ba0118918dc18bd59b /ChangeLog
parent536770bfb01d126c1db63bb444188c8235794b58 (diff)
Added a test method contributed by James M Lawrence,
and merged a modification from r24868. * test/ruby/test_module.rb (TestModule#test_method_added): new test method. Patch by James M. Lawrence. c.f. [ruby-core:25536], r24867 and r24868. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09f75df369..e0af801fc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Nov 1 22:04:33 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * test/ruby/test_module.rb (TestModule#test_method_added): new test
+ method. Patch by James M. Lawrence.
+ c.f. [ruby-core:25536], r24867.
+
Sun Sep 13 01:15:49 2009 Tanaka Akira <akr@fsij.org>
* lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.