aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorayumin <ayumin@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-26 18:37:26 +0000
committerayumin <ayumin@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-26 18:37:26 +0000
commit375d9f9112f9ebb352536fed9cb263bfcc9ebbcd (patch)
treef41914c930c5ee0b576c99aa9d9d9a0b1b50408a /ChangeLog
parent7b6677f1e60d6a4c4e8927550ba775321a389ce6 (diff)
downloadruby-375d9f9112f9ebb352536fed9cb263bfcc9ebbcd.tar.gz
* test/psych/test_yamldbm.rb (require): fix #setup and #terdown.
[Bug #5370] [ruby-core:39730] * test/syck/test_yamldbm.rb (require): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33340 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 1964d66472..fb39f0a05e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Sep 27 03:32:27 2011 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
+
+ * test/psych/test_yamldbm.rb (require): fix #setup and #terdown.
+ [Bug #5370] [ruby-core:39730]
+ * test/syck/test_yamldbm.rb (require): ditto.
+
Mon Sep 26 11:27:38 2011 NARUSE, Yui <naruse@ruby-lang.org>
* lib/webrick/httputils.rb: Add MIME Type definition of .js and .svg.