From b87b7c5a456a3fec8a0d2b4197e16212af926aa0 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 3 Sep 2009 23:07:13 +0000 Subject: * dir.c (Init_Dir): alias Dir#path to Dir#to_path. [ruby-core:25326] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5000b938e..2bd73ef4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 4 06:15:39 2009 Yukihiro Matsumoto + + * dir.c (Init_Dir): alias Dir#path to Dir#to_path. [ruby-core:25326] + Fri Sep 4 04:49:39 2009 Nobuyoshi Nakada * random.c (random_rand): fixed rdoc. [ruby-core:25332] -- cgit