--- CBOR-XS/Changes 2016/04/25 21:51:21 1.64 +++ CBOR-XS/Changes 2016/04/26 16:25:48 1.66 @@ -15,6 +15,11 @@ - implement support for arbitrary-exponent numbers (see http://peteroupc.github.io/CBOR/bigfrac.html, tags 264 and 265) for both en- and decoding. + - implement support for rational numbers (see + http://peteroupc.github.io/CBOR/rational.html, tag 30) for both + en- and decoding. + - this effectively implements all registered CBOR extensions + in a sensible manner. - remove some weird dead code that was duplication (%FILTER). - add t/58_hv.t, which tests hashes and the new text_* flags. hashes apparently were not encoded at all in any of the previous