From 7b7ed66cb15f999c8c1a309ebb8541a4fea27fc3 Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 16 Feb 2004 16:23:07 +0000 Subject: * lib/fileutils.rb: new module FileUtils::DryRun. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3efda1f7b..b0084231f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 17 01:20:57 2004 Minero Aoki + + * lib/fileutils.rb: new module FileUtils::DryRun. + Mon Feb 16 23:28:14 2004 NAKAMURA, Hiroshi * lib/csv.rb: document reduction. [ruby-core:02429] -- cgit