aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-02 11:49:20 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-02 11:49:20 +0000
commita7f1c72e9067e347613a4219767f1ea7c0824dd1 (patch)
tree6a0d44b46eb53588dddeaf0145fba2265dccc589 /ChangeLog
parent7f018bde09070604ccd664819578d2842c161d6c (diff)
downloadruby-a7f1c72e9067e347613a4219767f1ea7c0824dd1.tar.gz
* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13804 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 4c7db669ae..9a80e4ed10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Nov 2 20:47:04 2007 Kouhei Sutou <kou@cozmixng.org>
+
+ * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.
+
Thu Nov 1 21:56:45 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* error.c (Init_Exception): make NameError to be subclass of