The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.07
 - Allow for MinGW64-v4 (runtime) bugfixes in Float128.xs.

0.06
 - Have the Makefile.PL perform a test that works around the brokenness of
   Bingos' NetBSD smoker(s).
 - Add nnumflag(), set_nnum() and clear_nnum() functions. Also check for
   non-numeric strings handed to strtoflt128()..

0.05
 - Allow UV, IV, NV and PV overloading, and alter accordingly the way that new() assigns
   these types.

0.04
 - Add metadata to Makefile.PL.
 - Add f128_bytes()
 - Add extra quadmath.h functions
 - Add typemap

0.03
 - Fix t/03arith.t, t/05cmp.t, t/08log_exp.t, t/11stringification.t, and t/13constants.t
   to accommodate the possibility that the locale in use represents the decimal point
   with a comma.

0.02
 - mingw64 compilers segfault on exp(). For these compilers we now have _overload_exp()
   do e ** arg instead of doing exp(arg).
 - Add constants defined in quadmath.h - and add t/13constants.t to check them.
 - Define PERL_NO_GET_CONTEXT.

0.01
 - First release