aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-16 18:51:56 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-16 18:51:56 +0000
commit8638efb23d21484e384dc45f99de4d9c500f2428 (patch)
tree7e1ef9f7ac2fc871e3b1edfb180091c1e53e91a7 /ChangeLog
parentd764be79b10ce488207ec4f3e82d2e4139b2d501 (diff)
downloadruby-8638efb23d21484e384dc45f99de4d9c500f2428.tar.gz
* lib/abbrev.rb: Hide copyright and revision information from RDoc.
Inspired by patch from David Copeland, bug #4703. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1b875152d..7db62d18cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 17 03:51:42 2011 Eric Hodel <drbrain@segment7.net>
+
+ * lib/abbrev.rb: Hide copyright and revision information from RDoc.
+ Inspired by patch from David Copeland, bug #4703.
+
Tue May 17 03:33:21 2011 Eric Hodel <drbrain@segment7.net>
* lib/timeout.rb (module Timeout): Hide internal constants. Patch by