aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-31 07:21:42 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-31 07:21:42 +0000
commit9006bd201535061bdf11192430432fee33bc9327 (patch)
tree7b51ee44813602466dfe14f49a169b37bf01f88c /ChangeLog
parent0794c1da9325b51c627dab99ec2e7ff71a5bcdda (diff)
downloadruby-9006bd201535061bdf11192430432fee33bc9327.tar.gz
* ext/pathname/pathname.c (Init_pathname): The alias,
Pathname#to_path, is translated from pathname.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28807 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 4e0a58a886..ba6f702c69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jul 31 15:50:03 2010 Tanaka Akira <akr@fsij.org>
+
+ * ext/pathname/pathname.c (Init_pathname): The alias,
+ Pathname#to_path, is translated from pathname.rb.
+
Sat Jul 31 09:12:36 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_to_s): Pathname#to_s translated