--- JSON-XS/Changes 2007/07/10 15:45:34 1.69 +++ JSON-XS/Changes 2007/07/23 22:57:40 1.71 @@ -1,8 +1,15 @@ Revision history for Perl extension JSON::XS +1.42 Tue Jul 24 00:51:18 CEST 2007 + - fix a crash caused by not handling missing array elements + (report and testcase by Jay Kuri). + +1.41 Tue Jul 10 18:21:44 CEST 2007 + - fix compilation with NDEBUG (assert side-effect), + affects convert_blessed only. - fix a bug in decode filters calling ENTER; SAVETMPS; one time too often. - - catch typical error in TO_JSON methods. + - catch a typical error in TO_JSON methods. - antique-ised XS.xs again to work with outdated C compilers (windows...).