summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-13 05:45:52 +0000
committerwhy <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-13 05:45:52 +0000
commit78a41d507c1a5527b6cac0b3d308e2e62b070a15 (patch)
tree0999ce3d29a67addf34a39c3dae3f8ed8bfab905 /ChangeLog
parent8fd52acd7d22841cda421692f722c1e9bc789979 (diff)
* test/yaml/test_yaml.rb: fixed the failing YAML Struct test
at ko1's request. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13904 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 1d88e1713..8369fe0db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 13 14:44:32 2007 why the lucky stiff <why@ruby-lang.org>
+
+ * test/yaml/test_yaml.rb: fixed the failing YAML Struct test
+ at ko1's request.
+
Tue Nov 13 02:57:04 2007 URABE Shyouhei <shyouhei@ice.uec.ac.jp>
* numeric.c (flo_divmod): round to the nearest integer.