--- JSON-XS/Changes 2007/12/04 10:37:42 1.90 +++ JSON-XS/Changes 2008/03/19 03:17:37 1.95 @@ -1,5 +1,19 @@ Revision history for Perl extension JSON::XS + - update documentation here and there, add a large section + about utf/latin1/ascii flags, add a security consideration. + - minor speed enhancements when encoding non-ascii data. + - extend and clarify the section on incompatibilities + between YAML and JSON. + - switch to static inline from just inline when using gcc. + - add =encoding utf-8 to the manpage, now that perl 5.10 supports it. + +2.01 Wed Dec 5 11:40:28 CET 2007 + - INCOMPATIBLE API CHANGE: to_json and from_json have been + renamed to encode_json/decode_json for JSON.pm compatibility. + The old functions croak and might be replaced by JSON.pm + comaptible versions in some later release. + 2.0 Tue Dec 4 11:30:46 CET 2007 - this is supposed to be the first version of JSON::XS compatible with version 2.0+ of the JSON module.