summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-11 13:12:16 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-11 13:12:16 +0000
commit40068896b33ebb5cee697f34033393a992024210 (patch)
tree57cba6585d28095f744388db3e167892bdb50396 /ChangeLog
parent82ce0ebdb2684431f24d04a9bdee68f01ddee4c1 (diff)
* lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#initialize):
kept backward compatibility. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f28439c9b..ba05ae44d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+Sun Feb 11 22:11:05 2007 Kouhei Sutou <kou@cozmixng.org>
+
+ * lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#initialize):
+ kept backward compatibility.
+
Sun Feb 11 22:10:08 2007 Kouhei Sutou <kou@cozmixng.org>
- * lib/rss/parser.rb (RSS::ListenerMixin::start_else_element): used
+ * lib/rss/parser.rb (RSS::ListenerMixin#start_else_element): used
const_defined? instead of constants.include?.
Sun Feb 11 18:47:14 2007 Masaki Suketa <masaki.suketa@nifty.ne.jp>