--- JSON-XS/Changes 2008/05/27 05:31:39 1.113 +++ JSON-XS/Changes 2008/07/19 04:21:32 1.117 @@ -1,6 +1,17 @@ Revision history for Perl extension JSON::XS -work around perl bug +2.222 Sat Jul 19 06:15:34 CEST 2008 + - you work around one -DDEBUGGING assertion bug in perl 5.10 + just to hit the next one. work around this one, too. + +2.22 Tue Jul 15 13:26:51 CEST 2008 + - allow higher nesting levels in incremental parser. + - error out earlier in some cases in the incremental parser + (as suggested by Yuval Kogman). + - improve incr-parser test (Yuval Kogman). + +2.21 Tue Jun 3 08:43:23 CEST 2008 + - (hopefully) work around a perl 5.10 bug with -DDEBUGGING. - remove the experimental status of the incremental parser interface. - move =encoding around again, to avoid bugs with search.cpan.org. when can we finally have utf-8 in pod???