summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-30 13:01:04 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-30 13:01:04 +0000
commite265c074711ad491a91866c9976abf773c8d6e6c (patch)
tree9ae63298713a273aa7c9aba5b0a2178b66436143 /ChangeLog
parente94e674d0e8a8ab7641717c2d2ba4b5aac5c7295 (diff)
add ML ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e8893fde8..dbc6813621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
Fri Jan 30 21:49:32 2009 Tanaka Akira <akr@fsij.org>
- * lib/pathname.rb (Pathname#realdirpath): new method.
+ * lib/pathname.rb (Pathname#realdirpath): new method based on the
+ patch in [ruby-dev:36560] by Akinori MUSHA.
[ruby-dev:36290]
Fri Jan 30 18:04:23 2009 NAKAMURA Usaku <usa@ruby-lang.org>