From 32fa87764f107b0f79db4a0c395036bb04b0297f Mon Sep 17 00:00:00 2001 From: why Date: Sun, 16 May 2004 15:29:30 +0000 Subject: * lib/yaml/baseemitter.rb (indent_text): was forcing a mod value of zero at times, which kept some blocks from getting indentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 91326cf62..00d44bfe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 17 00:36:21 2004 why the lucky stiff + + * lib/yaml/baseemitter.rb (indent_text): was forcing a mod value + of zero at times, which kept some blocks from getting indentation. + Mon May 17 00:07:00 2004 Gavin Sinclair * lib/drb/drb.rb: Cosmetic documentation changes. -- cgit