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