X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=959b82bfc2cf2faa5054bc4d5e34559c17a63cc1;hb=30d5da5cf4163e05f21f720776da10080247fe64;hp=5c22f09d78f92ed55201cac1d6e6e3e5852b0675;hpb=8e1415efa8d23d5d0dd07daa94134210315be649;p=gitmo%2FMooseX-Storage.git diff --git a/Changes b/Changes index 5c22f09..959b82b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for MooseX-Storage + * properly skip optional tests when the required JSON backends aren't + available + +0.34 2013-06-20 + * JSON storage works when Cpanel::JSON::XS is the only JSON backend installed + 0.33 2013-03-29 * always JSONify data with sorted keys, to handle hash order randomization introduced in 5.17.* (RT#84287, Karen Etheridge)