From b4bcf084a5bdf4a183d85a7b5eab72f7ada7d83b Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 31 Dec 2003 02:21:07 +0000 Subject: Fix problem with private alias to public method git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5fb1a2af..1e2231e6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 31 11:17:37 2003 Dave Thomas + + * lib/rdoc/generators/html_generator.rb: Fix problem when + a public method was aliased, but the alias is then + made private, and hence doesn't appear in RDoc output. + Wed Dec 31 01:33:05 2003 Dave Thomas * array.c, error.c, eval.c, io.c, prec.c, range.c, re.c, -- cgit