diff --git a/ChangeLog b/ChangeLog index 795f81c7d8..0f5314f2ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,8 +5,9 @@ Tue Jul 29 13:17:03 2008 NARUSE, Yui Tue Jul 29 05:37:53 2008 Nobuyoshi Nakada - * file.c (rb_find_file_ext, rb_find_file): converts Windows style path - to Cygwin path. [ruby-dev:35647] + * file.c (rb_find_file_ext, rb_find_file): explicit relative path + which starts with "./" or "../" should be searched from cwd + instead of load path. [ruby-dev:35673] Tue Jul 29 02:39:46 2008 NARUSE, Yui