--- JSON-XS/Changes 2007/08/27 02:03:23 1.76 +++ JSON-XS/Changes 2007/10/11 23:57:23 1.80 @@ -1,6 +1,13 @@ Revision history for Perl extension JSON::XS -1.5 + - no new features/code changes in this release. + - apperently JSON::XS was used to find some bugs in the + JSON_checker testsuite, so add (the corrected) JSON_checker tests to + the testsuite. + - quite a bit of doc updates/extension. + - require 5.8.2, as this seems to be the first unicode-stable version. + +1.5 Tue Aug 28 04:05:38 CEST 2007 - add support for tied hashes, based on ideas and testcase by Marcus Holland-Moritz. - implemented relaxed parsing mode where some extensions are being