From 5c2e3a8821c3d6346d45fd5981cf2ef68f2bf79e Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 18 May 2002 15:15:00 +0000 Subject: [PATCH] corrected paths. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a66ef28587..906d836388 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Sat May 18 21:38:11 2002 Tadayoshi Funaba - * date.rb, date/format.rb, parsedate.rb: + * lib/date.rb, lib/date/format.rb, lib/parsedate.rb: updated to the new version (based on date2 3.2.1). Sat May 18 21:18:00 2002 NAKAMURA Usaku