From bdd23e6a099b3588424a7fc36642b980674d21db Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 2 Feb 2006 08:16:30 +0000 Subject: * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): added support of :'string' style Symbol. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6a30e4e01..f6b42430e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 2 17:13:01 2006 NAKAMURA Usaku + + * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): added + support of :'string' style Symbol. + Thu Feb 2 14:45:53 2006 Ville Mattila * configure.in: The isinf is not regognized by autoconf -- cgit