SHA256
8
0
forked from pool/perl-JSON
Pascal Bleser
2010-09-28 12:38:30 +00:00
committed by Git OBS Bridge
parent 52f8e7e43b
commit b4bb629054
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Sep 28 12:35:21 UTC 2010 - pascal.bleser@opensuse.org
- update to 2.26:
* JSON::PP: cleaned up code and enhanced sort option efficiency in encode
- changes from 2.25:
* JSON: JSON::Backend::XS::Supportable always executed a needless process with JSON::XS backend; this made encode/decode a bit slower
- changes from 2.24:
* JSON::PP:
+ tweaked code.
+ optimized code in hash object encoding
- changes from 2.23:
* JSON::PP
+ modified tied object handling in encode; it made encoding speed faster (RT#61604)
+ modified t/e10_bignum.t for avoiding a warning in using Math::BigInt dev version
-------------------------------------------------------------------
Mon Sep 6 08:20:25 UTC 2010 - chris@computersalat.de