--- CBOR-XS/Changes 2013/10/29 15:13:50 1.15 +++ CBOR-XS/Changes 2013/10/29 22:04:52 1.18 @@ -1,8 +1,13 @@ Revision history for Perl extension CBOR::XS -TODO: cbor::xs::tagged methods -TODO: G_EVAL for callbacks +0.07 Tue Oct 29 23:04:07 CET 2013 + - don't crash in decode when silly values are passed in. + - considerably speed up map decoding when map keys + are utf-8 or byte strings. + - raising an exception in THAW should now work without + leaking. +0.06 Tue Oct 29 16:56:07 CET 2013 - do not leak when deserialiasing via THAW. - implement and document CBOR::XS creation/access/mutate methods.