--- CBOR-XS/Changes 2016/04/26 16:07:04 1.65 +++ CBOR-XS/Changes 2016/04/26 16:25:48 1.66 @@ -18,6 +18,8 @@ - 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