summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-20 23:58:18 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-20 23:58:18 +0000
commit7f64b0efa26b36a9ed3bef29f5f6d15950a0c460 (patch)
tree164a685e689c5747c2ab3ff0515cea78354bac15 /ChangeLog
parentef995114f97b3fd6522f4cf9d42cdd8b887d446c (diff)
* ext/syck/token.c: correctly compute identation of a block
scalar's parent node. [ruby-talk:150620] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 056fd99ea7..6568149ec2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 21 08:52:25 2005 why the lucky stiff <why@ruby-lang.org>
+
+ * 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 <matz@ruby-lang.org>
* stable version 1.8.3 released.