Version 0.08
    * Fixed problem encoding scalars that have been used as both
      strings and numbers (types SVt_PVN, SVt_PVIV)

Version 0.07
    * Fixed more problems with Math::BigInt and Math::BigFloat objects

Version 0.06
    * Fixed problems with tests using Math::BigInt and Math::BigFloat objects

Version 0.05
    * Bad utf-8 sequences now cause an error unless you pass an option
      indicating otherwise
    * Added options for how to react to bad utf8 data
    * Added option to throw an exception on error
    * Added option to pretty-print output
    * Fixed some compilation problems on Windows

Version 0.04
    * Fixed bug where empty strings got encoded incorrectly

Version 0.03
    * Fixed bug where parsing an empty array would sometimes cause an error

Version 0.02
    * Speed optimizations
    * Fixed a memory leak
    * Added support for spurious commas in hashes and arrays
