From 5cd42d40d30143be26129c2f1b1622da6b919dda Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 6 Nov 2008 22:36:07 +0000 Subject: * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8 does. a patch from Hiroshi Moriyama in [ruby-dev:36899]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 28bcd991e..759f73456 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 7 07:32:55 2008 Yukihiro Matsumoto + + * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8 + does. a patch from Hiroshi Moriyama in [ruby-dev:36899]. + Fri Nov 7 07:12:06 2008 Nobuyoshi Nakada * thread_pthread.c (thread_timer): uses pthread_cond_timedwait always -- cgit