summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-15 18:36:51 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-15 18:36:51 +0000
commit2c29e15154b378e23bbcaedf98caed91ca99048b (patch)
treebc6622313864e0ce66b5ca07c0999f4f111f76c8 /ChangeLog
parentf9b0c70309676c6adf182eb3172145da78cd0ba0 (diff)
downloadruby-2c29e15154b378e23bbcaedf98caed91ca99048b.tar.gz
ruby-2c29e15154b378e23bbcaedf98caed91ca99048b.tar.xz
ruby-2c29e15154b378e23bbcaedf98caed91ca99048b.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <why@ruby-lang.org>
+
+ * 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 <why@ruby-lang.org>
* lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit.