summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-22 09:48:50 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-22 09:48:50 +0000
commit9c37b32858aeca566d9ada38c84c56b78e81f532 (patch)
treea37928dff3d17e0164d6688a468b98e8bd89164a /ChangeLog
parent23a74a136d6a1b067a2a73af3a6d49ce545b8ab2 (diff)
merges r23447 from trunk into ruby_1_9_1.
-- * lib/rss/maker/entry.rb: fix a typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23531 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 0647425a0..f9fd30f93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat May 16 18:05:07 2009 Kouhei Sutou <kou@cozmixng.org>
+
+ * lib/rss/maker/entry.rb: fix a typo.
+
Sat May 16 18:02:57 2009 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/maker/feed.rb, test/test_maker_atom_entry.rb,