--- CBOR-XS/Changes 2013/10/26 21:14:20 1.5 +++ CBOR-XS/Changes 2013/10/28 19:06:45 1.12 @@ -1,7 +1,18 @@ Revision history for Perl extension CBOR::XS + - do not leak hash keys on decoding. + +0.04 Sun Oct 27 23:47:47 CET 2013 + - implement TO_CBOR/FREEZE/THAW serialisation protocols. + - requested perl-object and generic-object tags from iana. + - switched to Types::Serialiser for true, false and error. + - disabled some fragile tests (thanks, andk). + +0.03 Sun Oct 27 00:28:41 CEST 2013 - improve 32 bit platform compatibility. - take more advantage of ecb.h. + - preliminary and bare-bones tagged support. + - improved docs. 0.02 Sat Oct 26 13:08:05 CEST 2013 - no aborts left.