aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-30 02:03:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-30 02:03:32 +0000
commite501209104a6dbce00fbaec6206c7c6edf3c3e55 (patch)
tree84302a9e97c137e904b3564892d110becee4bf0f /ChangeLog
parente0469eea596b2454fb335520c3717a9e374d495d (diff)
downloadruby-e501209104a6dbce00fbaec6206c7c6edf3c3e55.tar.gz
* lib/test/unit/assertions.rb (assert_respond_to): gets rid of
overcounting. [ruby-dev:37703] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21887 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 4f563ab279..670874d378 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 30 11:03:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/test/unit/assertions.rb (assert_respond_to): gets rid of
+ overcounting. [ruby-dev:37703]
+
Fri Jan 30 02:55:56 2009 Tanaka Akira <akr@fsij.org>
* transcode.c (rb_econv_init_by_convpath_i): make it static.