ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/Changes
Revision: 1.8
Committed: Sun Oct 27 15:04:54 2013 UTC (10 years, 6 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension CBOR::XS
2
3 - requested perl-object and generic-object tags from iana.
4 - disabled some fragile tests (thanks, andk).
5
6 0.03 Sun Oct 27 00:28:41 CEST 2013
7 - improve 32 bit platform compatibility.
8 - take more advantage of ecb.h.
9 - preliminary and bare-bones tagged support.
10 - improved docs.
11
12 0.02 Sat Oct 26 13:08:05 CEST 2013
13 - no aborts left.
14 - add $CBOR::XS::MAGIC.
15 - preliminary tagged decoding to arrayref.
16 - indefinite encoding fixed.
17 - half float decoding implemented.
18 - t/50_rfc.t adds test vectors from the rfc, which
19 are checked as applicable.
20
21 0.01 Fri Oct 25 21:39:56 CEST 2013
22 - original version; cloned from JSON-XS
23