aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-05 04:12:14 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-05 04:12:14 +0000
commit10c9ed249320165a4a8ec2f70cade2f1c90f2bcd (patch)
treeab949ca98b56dabeaef3f450ae509f719aea0ef9 /ChangeLog
parentf1c86c1bb22e7b999449cee398e0e804f21ea18f (diff)
downloadruby-10c9ed249320165a4a8ec2f70cade2f1c90f2bcd.tar.gz
* ext/psych/lib/psych/core_ext.rb: remove before alias.
* ext/syck/lib/syck.rb: don't warn called by itself. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27221 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 7dd8f7d594..0cd5fe5c0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Apr 5 13:10:35 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * ext/psych/lib/psych/core_ext.rb: remove before alias.
+
+ * ext/syck/lib/syck.rb: don't warn called by itself.
+
Mon Apr 5 13:08:24 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/mkexports.rb (each_export): VC10 support.