From 97bbb02a11e07db9209022a437a689007ed563e7 Mon Sep 17 00:00:00 2001 From: why Date: Tue, 20 Sep 2005 23:58:18 +0000 Subject: * ext/syck/token.c: correctly compute identation of a block scalar's parent node. [ruby-talk:150620] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 056fd99ea..6568149ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 21 08:52:25 2005 why the lucky stiff + + * ext/syck/token.c: correctly compute identation of a block + scalar's parent node. [ruby-talk:150620] + Wed Sep 21 08:53:45 2005 Yukihiro Matsumoto * stable version 1.8.3 released. -- cgit