--- JSON-XS/Changes 2007/07/26 11:33:35 1.72 +++ JSON-XS/Changes 2007/08/27 02:03:23 1.76 @@ -1,5 +1,15 @@ Revision history for Perl extension JSON::XS +1.5 + - add support for tied hashes, based on ideas and testcase by + Marcus Holland-Moritz. + - implemented relaxed parsing mode where some extensions are being + accepted. generation is still JSON-only. + +1.44 Wed Aug 22 01:02:44 CEST 2007 + - very experimental process-emulation support, slowing everything down. + the horribly broken perl threads are still not supported - YMMV. + 1.43 Thu Jul 26 13:26:37 CEST 2007 - convert big json numbers exclusively consisting of digits to NV only when there is no loss of precision, otherwise to string.