From a9620ff2243915ef29304ff1bf9dfa53ecb91aa5 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 6 Oct 2006 15:32:09 +0000 Subject: * class.c (rb_include_module): remove unnecessary check. [ruby-talk:218402] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2032f7bde..720af5015 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 7 00:27:58 2006 Yukihiro Matsumoto + + * class.c (rb_include_module): remove unnecessary check. + [ruby-talk:218402] + Fri Oct 6 15:19:59 2006 Akinori MUSHA * ext/digest/depend: Fix header installation when the build -- cgit