aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-06 23:27:28 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-06 23:27:28 +0000
commit261bb184c61b8d881a60c39efba3580472bfbc36 (patch)
tree8e6e73464e666d26fc436dcaf53a88d60ff6fa2e /ChangeLog
parenta1d1c102d727d9f51837068ae15a45fdfe396532 (diff)
downloadruby-261bb184c61b8d881a60c39efba3580472bfbc36.tar.gz
* ext/pathname/pathname.c (path_chown): Pathname#chown translated
from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28891 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 79b41c37cc..0e4275cadf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Aug 7 08:26:26 2010 Tanaka Akira <akr@fsij.org>
+
+ * ext/pathname/pathname.c (path_chown): Pathname#chown translated
+ from pathname.rb.
+
Sat Aug 7 02:09:04 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_lchmod): Pathname#lchmod translated