summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-18 07:57:51 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-18 07:57:51 +0000
commit01398dc020224590f7d32390b72db379d2ce099e (patch)
treeeeafa94fbfa8bff17e9b45ee59d9de83984e95c8 /ChangeLog
parentf7e67c947ed271b865268c21d6c6666991577d20 (diff)
downloadruby-01398dc020224590f7d32390b72db379d2ce099e.tar.gz
ruby-01398dc020224590f7d32390b72db379d2ce099e.tar.xz
ruby-01398dc020224590f7d32390b72db379d2ce099e.zip
* file.c (Init_File): add to_path method to File objects.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12292 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 92c5f0216..dca86801d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 18 16:44:04 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * file.c (Init_File): add to_path method to File objects.
+
Fri May 18 11:12:39 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle given