summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-16 07:28:16 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-16 07:28:16 +0000
commit37f1d59a5ad503a3917761e7388c9faf431a1e80 (patch)
treec92c743b2c5ab35911971deaeb492ef2676d19c7 /ChangeLog
parent3f079d1e236c76653af79ba2bbe051558d32a604 (diff)
* time.c (time_arg): should allow to specify 24:00.
[ruby-core:10915] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50337cc68..2097b2939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 16 10:43:10 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * time.c (time_arg): should allow to specify 24:00.
+ [ruby-core:10915]
+
Sun Apr 15 09:12:54 2007 Tadayoshi Funaba <tadf@dotrb.org>
* lib/date/format.rb: added some zone names.