--- CBOR-XS/Changes 2016/04/25 18:17:17 1.60 +++ CBOR-XS/Changes 2016/04/25 18:24:44 1.61 @@ -5,13 +5,12 @@ TODO: weaken cyclic structures? TODO: allowed_classes or so? -TODO: Fredrik Ljunggren, document utf8_strings/keys - - the Math::BigFloat maintainer apparently thinks that changing - documented maths function to suddenly yield different results or - to fail completely on valid input is cool. Try to work around - this madness - if Math::BigFloat changes its API too much, - future versions will have to remove support for bignums + - Math::BigFloat madness workaround, see + http://blog.schmorp.de/2016-04-23-mathbigfloat-maintainer-fail.html (bugreport by zdm@softvisio.net). + - add text_keys and text_strings options to force CBOR text encoding + for perl hash keys or all strings, as a result of discussions + with Fredrik Ljunggren. - 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