aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-26 12:18:22 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-26 12:18:22 +0000
commitcdecafff8dde562debf8cf8a8f9e0e0a9752b6f8 (patch)
tree047d494553e8291fd6b064b75bc6978fa1142330 /ChangeLog
parent2c3a48614a49e5021cbe5cccff00e6464a1d4e21 (diff)
downloadruby-cdecafff8dde562debf8cf8a8f9e0e0a9752b6f8.tar.gz
* test/test_mathn.rb (TestMathn): new test case.
test for r25067. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25935 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 ff7cea8d71..cb0ff8e1eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 26 21:13:36 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * test/test_mathn.rb (TestMathn): new test case.
+ test for r25067.
+
Thu Nov 26 21:11:23 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* test/openssl/test_config.rb (OpenSSL::TestConfig): new test case.