--- JSON-XS/Changes 2007/12/29 17:22:39 1.92 +++ JSON-XS/Changes 2008/03/19 03:17:50 1.96 @@ -1,7 +1,12 @@ Revision history for Perl extension JSON::XS + - update documentation here and there, add a large section + about utf8/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