From 619173ccd4310ec2735be798aa1d12d1f05dae06 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 12 Jul 2004 12:20:51 +0000 Subject: Allow multiple words in braces before a link git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c279d008f..450bd8643 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-12 Dave Thomas + + * html_generator.rb: Support hyperlinks of the form {any text}[xxx] + as well as stuff[xxx] + Sat Jul 10 09:30:24 2004 NAKAMURA, Hiroshi * test/soap/marshal/test_struct.rb: use qualified build-tin class name -- cgit