From e9f56719bb574f7677fedbf2060c5dbe07192380 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 22 Nov 2004 13:37:39 +0000 Subject: Don't include 'require's with variable arguments git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f35b76f9..2c902538a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 22 22:33:02 2004 Dave Thomas + + * lib/rdoc/parsers/parse_rb.rb (RDoc::parse_require): Don't use names + of variables or constants when oarsing 'require' + Sat Nov 20 23:57:33 2004 Dave Thomas * lib/rdoc/README (et al): Add a new directive, :section:, and -- cgit