summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-22 23:11:11 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-22 23:11:11 +0000
commite4d04b0b5599cded8d393af4281b691a432e3ef4 (patch)
tree3552eaf48658403b0bc39e7cd2807b90bc7492d0 /ChangeLog
parentf2f3e60a8a208c8da7fa34250c454f0645a5326d (diff)
Fix documentation. [bug#827]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f75cf921f0..09d7f933ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 23 08:10:05 2008 Eric Hodel <drbrain@segment7.net>
+
+ * lib/rubygems/installer.rb: Fix documentation. [bug#827]
+
Tue Dec 23 08:04:58 2008 Eric Hodel <drbrain@segment7.net>
* gem_prelude.rb: Don't remove methods twice. [bug#555]