summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d0b7807cd..30174de82e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ Sat Jan 1 16:21:29 2005 Minero Aoki <aamine@loveruby.net>
* lib/fileutils.rb (copy_stream): does NOT support nonblocking IO.
[ruby-dev:25370]
+ * lib/fileutils.rb (copy_entry): could not copy symlink.
+
* test/fileutils/test_fileutils.rb: test copy_entry, copy_file,
copy_stream.