From ed0d7ef77f0d659720b4c9b211b8e91fde64472c Mon Sep 17 00:00:00 2001 From: shugo Date: Mon, 24 Nov 2008 12:42:45 +0000 Subject: * strftime.c (rb_strftime): The default precision should be 1, not 0. [ruby-dev:37155] * test/ruby/test_time.rb (test_strftime): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 630168578..0a1ab5f54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Nov 24 21:38:23 2008 Shugo Maeda + + * strftime.c (rb_strftime): The default precision should be 1, not + 0. [ruby-dev:37155] + + * test/ruby/test_time.rb (test_strftime): ditto. + Mon Nov 24 19:53:47 2008 Tadayoshi Funaba * lib/date.rb (inspect): changed again. -- cgit