mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 18:13:58 +02:00
Fix the description in ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
673aa23050
commit
e0097ea89f
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ Sun Dec 8 20:26:54 2013 Yutaka Kanemoto <kanemoto@ruby-lang.org>
|
|||
Sun Dec 8 20:21:00 2013 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue