--- JSON-XS/Changes 2007/07/26 11:33:35 1.72 +++ JSON-XS/Changes 2007/08/26 21:56:47 1.74 @@ -1,5 +1,13 @@ Revision history for Perl extension JSON::XS +1.5 + - add support for tied hashes, based on ideas and testcase by + Marcus Holland-Moritz. + +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.