aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-10 08:38:20 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-10 08:38:20 +0000
commitfd93c804821a1ae21d7ad32bf97ad79023b57048 (patch)
tree9e5c2c851b6dd72652e52701a8abec073ec14953 /ChangeLog
parent504abcc00f81aa9f7228a758f6627205fafd69e1 (diff)
downloadruby-fd93c804821a1ae21d7ad32bf97ad79023b57048.tar.gz
* test/sdbm/test_sdbm.rb (TestSDBM#test_index): Reflect the method
name change from #index to #key and remove a duplicated test method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20170 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 b5395f001b..e5c60dc967 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Nov 10 17:34:50 2008 Akinori MUSHA <knu@iDaemons.org>
+
+ * test/sdbm/test_sdbm.rb (TestSDBM#test_index): Reflect the method
+ name change from #index to #key and remove a duplicated test
+ method.
+
Mon Nov 10 10:50:43 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/delegate.rb (Delegator.delegating_block): should not refer