summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e32f88832..9fc797173a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Tue Jul 29 05:37:53 2008 Nobuyoshi Nakada <[email protected]>
- * 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]
Mon Jul 28 20:46:39 2008 Kouhei Sutou <[email protected]>