aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 13:10:04 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 13:10:04 +0000
commit87eeed5103da8cfa3f0d225fe2a5d82001cadbe8 (patch)
treebbbea6fe631d64cd4fa95487c58475c1ba317471 /ChangeLog
parent4a400e5372579d9d41d5e39fc27e44c069c1480b (diff)
downloadruby-87eeed5103da8cfa3f0d225fe2a5d82001cadbe8.tar.gz
* ext/date/date_core.c (datetime_s_{iso8601,rfc3339,xmlschema,rfc2822,httpdate}):
do not take argument comp. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32009 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 de7b86bbed..9db7940e41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jun 11 22:07:56 2011 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * ext/date/date_core.c (datetime_s_{iso8601,rfc3339,xmlschema,rfc2822,httpdate}):
+ do not take argument comp.
+
Sat Jun 11 21:58:31 2011 Tadayoshi Funaba <tadf@dotrb.org>
* ext/date/date_core.c: added examples.