ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/Changes
Revision: 1.6
Committed: Sat Oct 26 23:02:55 2013 UTC (10 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_03
Changes since 1.5: +3 -0 lines
Log Message:
0.03

File Contents

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