summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 13:14:25 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 13:14:25 +0000
commita821725ab0df0cbec2a8644498644c9f826d49c8 (patch)
treef304c87af3ba1d3114c96df77cab48bf6e3aea0c /ChangeLog
parentd681d98052c9fd5060dc5fe6f1462bb27db533c1 (diff)
* test/ruby/test_complex.rb: added some tests.
* test/ruby/test_rational.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20514 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 f516ecae82..8d70b902ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Dec 4 22:13:55 2008 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * test/ruby/test_complex.rb: added some tests.
+
+ * test/ruby/test_rational.rb: ditto.
+
Thu Dec 4 19:56:20 2008 Tanaka Akira <akr@fsij.org>
* lib/open3.rb (Open3.popen3): simplified.