0.05 - Add n2s function - same as d2s except that n2s also does what you mean
when its given argument is an integer (IV/UV) or a string (PV).
0.04
- Add _has_uint128() function (in both d2fixed.c files and both .xs files)
- Patch s2d.c and Debug/s2d.c so that 32-bit Visual Studio (which does not
provide the _BitScanReverse64 function) can build Math::Ryu
0.03
- Expand coverage to include environments that don't provide __uint128_t
- Add Math::Ryu::Debug.
- Add s2d().
- Ensure that Newxz() is defined.
0.02
- Fix big in t/mpfr_checks.t (No allowance was being made for the possibility
that atonv() or nvtoa() might not be available.
0.01 - First release.