Stephen Maturin (v1.2.4)
What's Changed
- Add go 1.21, make go 1.19 minimum version by @holiman in #142
- Optimize
Log10()
by @fyfyrchik in #141 - Conversion: behavioural changes in
String
,MarshalText
andMarshalJSON
by @holiman in #144
OBS! #144 is a bit of a breaking change, in some situations, since it changes the output-formats when converting to string, in order to better mirror big.Int
behaviour. Please read the PR-description to understand the effects of the change.
New Contributors
- @fyfyrchik made their first contribution in #141
Full Changelog: v1.2.3...v1.2.4