--- JSON-XS/Changes 2010/03/11 17:36:09 1.141 +++ JSON-XS/Changes 2010/08/13 21:03:17 1.145 @@ -1,10 +1,20 @@ Revision history for Perl extension JSON::XS -TODO: document precision loss for floating point. +TODO: -f eval + - applied patch by DaTa for Data::Dumper support in json_xs. + - added -t dump support to json_xs, using Data::Dump. + +2.29 Wed Mar 17 02:39:12 CET 2010 + - fix a memory leak when callbacks set using filter_json_object + or filter_json_single_key_object were called (great testcase + by Eric Wilhelm). + +2.28 Thu Mar 11 20:30:46 CET 2010 - implement our own atof function - perl's can be orders of magnitudes slower than even the system one. on the positive side, ours seems to be more exact in general than perl's. (testcase provided by Tim Meadowcroft). + - clarify floating point conversion issues a bit. - update jpsykes csrf article url. - updated benchmark section - JSON::PP became much faster!