diff options
author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-13 14:48:00 +0000 |
---|---|---|
committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-13 14:48:00 +0000 |
commit | b40177f65544056461381229c672d9a8f3a9a389 (patch) | |
tree | d55e02515df2ef78fadec66b781acb31693e31da /ChangeLog | |
parent | 6211a5ce1911380309d11924ac6f1f6910f762d8 (diff) | |
download | ruby-b40177f65544056461381229c672d9a8f3a9a389.tar.gz ruby-b40177f65544056461381229c672d9a8f3a9a389.tar.xz ruby-b40177f65544056461381229c672d9a8f3a9a389.zip |
* lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.
* lib/rss/rss.rb (RSS::Element#converter): fixed converter
transmission bug.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Apr 13 23:40:21 2005 Kouhei Sutou <kou@cozmixng.org> + + * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4. + + * lib/rss/rss.rb (RSS::Element#converter): fixed converter + transmission bug. + Wed Apr 13 22:12:16 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * lib/optparse.rb (OptionParser#order!): call handlers iff matches |