Skip to content

Commit

Permalink
Changes: Add 3.0.1 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Jan 13, 2021
1 parent 2dbe170 commit af6502c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGES

## 3.0.1

* Improve the conversion speed of BigDecimal() and to_d methods.

**Kenta Murata**

* Permit 0 digits in BigDecimal(float) and Float#to_d.
It means auto-detection of the smallest number of digits to represent
the given Float number without error.

**Kenta Murata**

* Fix precision issue of Float [GH-70]

Reported by @casperisfine

## 3.0.0

* Deprecate `BigDecimal#precs`.
Expand Down

0 comments on commit af6502c

Please sign in to comment.