summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-21 16:53:06 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-21 16:53:06 +0000
commit9831508ba3296789f9d00ef4296e7b75d2d8b965 (patch)
tree2078cc92df58a4a9ddf6f53c611a675d707ef436 /ChangeLog
parentc72e6c7b869fa8f454c495cda4dee49d4c72487b (diff)
bootstraptest/test_method.rb: add a test for [ruby-core:30534].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c097d0f89f..65068cb715 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Sep 22 01:49:52 2010 Koichi Sasada <ko1@atdot.net>
+
+ * bootstraptest/test_method.rb: add a test for [ruby-core:30534].
+
Wed Sep 22 00:52:44 2010 WATANABE Hirofumi <eban@ruby-lang.org>
* lib/rdoc/ri/store.rb (save_cache): remove duplicate entries.