aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-12 14:52:11 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-12 14:52:11 +0000
commit06dfb68d5465a42857842e549349d243b66205c2 (patch)
tree7e238d3a446521501a8e7ebeb5b08200cd73ef5c /ChangeLog
parentf6f3d1bc0e24cca8e369b09c68c26813a414248a (diff)
downloadruby-06dfb68d5465a42857842e549349d243b66205c2.tar.gz
* lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:
accept any time format in maker. [ruby-core:26923] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26304 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 d7e5512891..02e9e1371f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 12 23:48:29 2010 Kouhei Sutou <kou@cozmixng.org>
+
+ * lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:
+ accept any time format in maker. [ruby-core:26923]
+
Tue Jan 12 21:56:00 2010 Tanaka Akira <akr@fsij.org>
* string.c (rb_str_set_len): call rb_str_modify.