summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-18 15:15:00 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-18 15:15:00 +0000
commit5c2e3a8821c3d6346d45fd5981cf2ef68f2bf79e (patch)
tree3401e1deb13297ba451bbf8c4856ecc774309c27
parenta0a9227b71820de6198446e7c5ff62b04e01b2a7 (diff)
corrected paths.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <tadf@dotrb.org>
- * 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 <usa@ruby-lang.org>