aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-31 04:57:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-31 04:57:31 +0000
commit35b2c59ac0078a59adce4d66e9a861fe1c82f226 (patch)
treecf2ec3a29d9d50ae694ebf243e8ad530fab751d9 /ChangeLog
parent0da3fc65dbf021ad224d7490c1ea0a42527f53b4 (diff)
downloadruby-35b2c59ac0078a59adce4d66e9a861fe1c82f226.tar.gz
* test/rubygems/gemutilities.rb (setup, teardown):
Object#to_yaml must use syck on RubyGem. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53e691b1c6..6a52c08444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 31 13:53:13 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * test/rubygems/gemutilities.rb (setup, teardown):
+ Object#to_yaml must use syck on RubyGem.
+
Wed Mar 31 06:57:14 2010 Tanaka Akira <akr@fsij.org>
* time.c (timew2timespec): fix previous change.