From 761a8d8ea50d27fe9e11ad458a1b9a56626665bb Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 Apr 2008 08:42:34 +0000 Subject: * error.c (builtin_types), gc.c (count_objects): added Complex and Rational. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 962c30502..5f5d467d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Apr 26 17:42:30 2008 Nobuyoshi Nakada + + * error.c (builtin_types), gc.c (count_objects): added Complex and + Rational. + Sat Apr 26 17:35:19 2008 Nobuyoshi Nakada * error.c (rb_eNOERROR): renamed. -- cgit