aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-30 15:35:18 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-08-30 15:35:18 +0000
commit69ba229546f9ce43dfa6dd1a6544f7353e0ab847 (patch)
tree5de36a40994993875a23a943f6ddc373636ff5b8 /ChangeLog
parent74433fd300ff90e61086681fd1152d2da0d28171 (diff)
downloadruby-69ba229546f9ce43dfa6dd1a6544f7353e0ab847.tar.gz
* enum.c (enum_count): new method. [ruby-dev:26895]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9054 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 f5482d382e..13d6d2d119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,10 @@ Tue Aug 30 16:19:40 2005 Keiju Ishitsuka <keiju@ruby-lang.org>
* lib/irb/init.rb: bug fix. [ruby-dev: 26920]
+Tue Aug 30 16:13:00 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * enum.c (enum_count): new method. [ruby-dev:26895]
+
Tue Aug 30 12:45:15 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (rb_f_send): do not call private methods if the receiver