--- JSON-XS/Changes 2016/11/16 18:06:34 1.173 +++ JSON-XS/Changes 2016/11/23 05:00:12 1.176 @@ -7,9 +7,13 @@ TODO: investigate magic (Eric Brine) TODO: rfc7464 TODO: Victor Efimov +TODO: move json_xs to types::serialiser - - fix a bug introducedc by a perl bug workaround that would cause - incremental parsing with a sv_chop panic. + - add cbor-packed type to json_xs. + +3.03 Wed Nov 16 20:20:59 CET 2016 + - fix a bug introduced by a perl bug workaround that would cause + incremental parsing to fail with a sv_chop panic. - json_xs: toformat failure error message fixed. - json_xs: allow cyclic data structures in CBOR.