diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-13 15:06:58 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-13 15:06:58 +0000 |
| commit | 638dcfc85972b931647098d05a8dcd123025c364 (patch) | |
| tree | ae53ccaee48b23a01886918df61f6f10458df8d8 /ChangeLog | |
| parent | 017d62fab5705b26d1e15710c409fbe0ddc3acbc (diff) | |
| download | ruby-638dcfc85972b931647098d05a8dcd123025c364.tar.gz ruby-638dcfc85972b931647098d05a8dcd123025c364.tar.xz ruby-638dcfc85972b931647098d05a8dcd123025c364.zip | |
* lib/rss/rss.rb: 0.1.8 -> 0.1.9.
* test/rss/test_version.rb: followed the above change.
* lib/rss/parser.rb: fixed a bug that handles unintended elements.
Thanks to Takuo Yonezawa. [ruby-list:43841]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Aug 14 00:04:27 2007 Kouhei Sutou <kou@cozmixng.org> + + * lib/rss/rss.rb: 0.1.8 -> 0.1.9. + * test/rss/test_version.rb: followed the above change. + + * lib/rss/parser.rb: fixed a bug that handles unintended elements. + Thanks to Takuo Yonezawa. [ruby-list:43841] + Mon Aug 13 17:23:10 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_clear_trace_func, rb_thread_stop_timer_thread): |
