aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a85849f4a..67b17cc684 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ Wed Apr 22 20:25:24 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* time.c (time_timespec): check out-of-range. [ruby-core:23282]
[Bug #1396]
+Wed Apr 22 19:33:13 2009 Tanaka Akira <akr@fsij.org>
+
+ * lib/time.rb (Time.parse): use year completion in Date._parse.
+
Wed Apr 22 11:12:15 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* time.c (GMTIME, LOCALTIME): should set result if not have *_r().