aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-30 12:58:34 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-30 12:58:34 +0000
commit08f828002b9dcfae4ff18619f68be0466bb5e725 (patch)
tree61839f593c1a3e86e154f075e551a80e196f2d2b /ChangeLog
parentee90d5d30ee3d483e86583d133d19f4cd77da7dd (diff)
downloadruby-08f828002b9dcfae4ff18619f68be0466bb5e725.tar.gz
* time.c: make wide value more polymorphic.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a809bfc05..155157a7b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Mar 30 21:56:33 2010 Tanaka Akira <akr@fsij.org>
+
+ * time.c: make wide value more polymorphic.
+
Tue Mar 30 21:18:32 2010 NARUSE, Yui <naruse@ruby-lang.org>
* ext/psych/extconf.rb: install psych .so to not psych/ but direct.