summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-30 16:26:38 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-30 16:26:38 +0000
commit729c4b06028a87cd0191f2684ad61718d74b882a (patch)
treecdad75e9e0f1cf9f207586bc76c31ae80749d024 /ChangeLog
parente613980e8367bf7e14482e4129885027b616bf10 (diff)
Merge commit r32762:
* test/bigdecimal/test_bigdecimal.rb (test_version): removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32764 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 2c33210347..9c69f552da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jul 31 01:23:45 2011 Kenta Murata <mrkn@mrkn.jp>
+
+ * backport r32762 from trunk.
+
+ * test/bigdecimal/test_bigdecimal.rb (test_version): removed.
+
Sat Jul 30 23:51:44 2011 Tadayoshi Funaba <tadf@dotrb.org>
* lib/cmath.rb (cbrt): should return a real number if possible.