summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-17 17:22:15 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-17 17:22:15 +0000
commit2fc415a166df3bf46aad2a6a80182fc2cbe5aead (patch)
tree5e50092d3acf8e56afe6c51d04a953b6a83d657c /ChangeLog
parent42c3f17021ed30536ca00d2b6925471436f59f37 (diff)
* test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%
test coverage of bigdecimal. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19401 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 3b238d2b4a..89693fdbf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jun 8 21:50:27 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%
+ test coverage of bigdecimal.
+
Wed Sep 17 21:50:14 2008 Tanaka Akira <akr@fsij.org>
* string.c (rb_str_casecmp): don't use rb_enc_codepoint.