From e0097ea89f9d5323e37858188b01c5aa22c006e3 Mon Sep 17 00:00:00 2001 From: mrkn Date: Sun, 8 Dec 2013 14:30:03 +0000 Subject: [PATCH] Fix the description in ChangeLog git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c7ba7b8580..78a2fe4253 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,8 @@ Sun Dec 8 20:26:54 2013 Yutaka Kanemoto Sun Dec 8 20:21:00 2013 Kenta Murata * bigdecimal.c (BigDecimal_coerce): convert a Float to a BigDecimal instead - of converting the receiver to a Float. + of converting the receiver to a Float. The reason is there are BigDecimal + instances with precisions that is smaller than the Float's precision. [ruby-core:58756] [Bug #9192] * test/bigdecimal/test_bigdecimal.rb: add tests for the above change.