--- JSON-XS/Changes 2008/03/26 22:54:37 1.107 +++ JSON-XS/Changes 2008/03/27 06:37:34 1.108 @@ -1,10 +1,12 @@ Revision history for Perl extension JSON::XS +2.2 - make booleans mutable by creating a copy instead of handing out the same scalar (reported by pasha sadri). - added support for incremental json parsing (still EXPERIMENTAL). - implemented and added a json_xs command line utility that can convert from/to a number of serialisation formats - tell me if you need more. + - implement allow_unknown/get_allow_unknown methods. - moved down =encoding directive a bit, too much breaks if its the first pod directive :/. - removed documentation section on other modules, it became somewhat