From a2c8c29f462ba65041e77714f43b1c8ab960f7f7 Mon Sep 17 00:00:00 2001 From: shugo Date: Fri, 21 Dec 2007 16:25:53 +0000 Subject: * test/json/test_json_addition.rb (test_core): do not use Time.now because JSON can't hold nsec. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f3eb10e7d..1e6e991c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 22 01:23:10 2007 Shugo Maeda + + * test/json/test_json_addition.rb (test_core): do not use Time.now + because JSON can't hold nsec. + Sat Dec 22 01:10:30 2007 NAKAMURA Usaku * ext/tk/sample/tkextlib/vu/canvSticker2.rb, -- cgit