ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CBOR-XS/Changes
(Generate patch)

Comparing CBOR-XS/Changes (file contents):
Revision 1.62 by root, Mon Apr 25 19:05:28 2016 UTC vs.
Revision 1.63 by root, Mon Apr 25 21:30:23 2016 UTC

14 with Fredrik Ljunggren. 14 with Fredrik Ljunggren.
15 - remove some weird dead code that was duplication (%FILTER). 15 - remove some weird dead code that was duplication (%FILTER).
16 - add t/58_hv.t, which tests hashes and the new text_* flags. 16 - add t/58_hv.t, which tests hashes and the new text_* flags.
17 hashes apparently were not encoded at all in any of the previous 17 hashes apparently were not encoded at all in any of the previous
18 tests. 18 tests.
19 - implement support for arbitrary-exponent numbers (see
20 http://peteroupc.github.io/CBOR/bigfrac.html, tags 264 and 265)
21 for both en- and decoding.
22 - document base-2 Math::BigFloat performance/crash issues.
19 - use stability canary. 23 - use stability canary.
20 24
211.41 Thu 25 Feb 15:22:03 CET 2016 251.41 Thu 25 Feb 15:22:03 CET 2016
22 - avoid perl panics on nested FREEZE/THAW calls (testcase by 26 - avoid perl panics on nested FREEZE/THAW calls (testcase by
23 Victor Efimov). 27 Victor Efimov).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines