What's Changed
- Optimize BigDecimal#to_s by @byroot in #519
- Fix calloc-transposed-args warning by @nobu in #520
- Use '0'+n for converting single digit to char by @tompng in #521
- Revert "Add a workaround for slow BigDecimal#to_f when it has large N_significant_digits" by @tompng in #522
- BigMath.exp overflow/underflow check by @tompng in #523
- Fix unary minus on unsigned type warning by @tompng in #525
- Update dtoa to version from Ruby 4.0 by @jhawthorn in #528
- Bump version to v4.1.2 by @tompng in #529
New Contributors
- @jhawthorn made their first contribution in #528
Full Changelog: v4.1.1...v4.1.2