--- JSON-XS/Changes 2008/03/25 16:56:08 1.106 +++ JSON-XS/Changes 2008/03/26 22:54:37 1.107 @@ -1,5 +1,7 @@ Revision history for Perl extension JSON::XS + - 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.