From 4dce0e2c18155d5aa5de38ec54b00f59fe385015 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 2 Feb 2008 08:46:05 +0000 Subject: * time.c (time_cmp): Time.<=> no longer supports comparison with numeric. [ruby-core#15332] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c99b3b59f..d951fbf4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 2 17:40:21 2008 NARUSE, Yui + + * time.c (time_cmp): Time.<=> no longer supports comparison with + numeric. [ruby-core#15332] + Sat Feb 2 09:53:39 2008 Nobuyoshi Nakada * configure.in (darwin): disabled fat-binary support which confuses -- cgit