summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-20 16:14:25 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-20 16:14:25 +0000
commit70e23f1474c620ade0de167738a397b3baa0f198 (patch)
tree5ad5ad30851d3b606458d1d26a97ab6547628be1 /ChangeLog
parentb205dba48f2fa526207ab104dc0ef8e6d4ea1ca2 (diff)
* lib/rss/rss.rb: RSS::Element.def_corresponded_attr_writer
supported date type. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10346 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 1939438f70..08c5deae8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 21 01:12:46 2006 Kouhei Sutou <kou@cozmixng.org>
+
+ * lib/rss/rss.rb: RSS::Element.def_corresponded_attr_writer
+ supported date type.
+
Tue Jun 20 22:08:36 2006 Kouhei Sutou <kou@cozmixng.org>
* test/rss/test_parser.rb: split parser tests into ...