summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-20 14:02:28 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-20 14:02:28 +0000
commit6aa451b9dd7f7890078dae1f69169b02155f7dc4 (patch)
treee464a69401cbd5de1edbc080b0e4f0c1af7ac744 /ChangeLog
parent77b8745d4a80e819fe523b4a4d0dbff3e779446a (diff)
* parse.y (block_call): syntax restructure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f6c028f2e..76025167d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Sat Jan 20 03:54:00 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
preceding was too high. a block in `foo bar do .. end' should
be passed to `foo', not `bar'.
+ * parse.y (block_call): syntax restructure.
+
Thu Jan 18 04:28:14 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (rb_io_s_read): new method to call IO#read from