--- JSON-XS/Changes 2009/07/17 14:33:45 1.130 +++ JSON-XS/Changes 2009/10/10 01:48:50 1.135 @@ -1,6 +1,14 @@ Revision history for Perl extension JSON::XS -TODO: booleans? +2.26 Sat Oct 10 03:26:19 CEST 2009 + - big integers could become truncated (based on patch + by Strobl Anton). + - output format change: indent now adds a final newline, which is + more expected and more true to the documentation. + +2.25 Sat Aug 8 12:04:41 CEST 2009 + - the perl debugger completely breaks lvalue subs - try to work + around the issue. - ignore RMAGICAL hashes w.r.t. CANONICAL. - try to work around a possible char signedness issue on aix. - require common sense.