From 2c29e15154b378e23bbcaedf98caed91ca99048b Mon Sep 17 00:00:00 2001 From: why Date: Thu, 15 Nov 2007 18:36:51 +0000 Subject: * ext/syck/rubyext.c: Node#value defined twice. * lib/yaml/: several method redefinitions causing warnings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58c463579..d4f0b7e40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Nov 16 03:36:01 2007 why the lucky stiff + + * ext/syck/rubyext.c: Node#value defined twice. + + * lib/yaml/: several method redefinitions causing warnings. + Fri Nov 16 03:01:00 2007 why the lucky stiff * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit. -- cgit