X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=22464e7143f22e8756161eedb6e76b0f9d00cb14;hp=dded05640d1dfd567891cbe5ec1f0db0f34d7033;hb=42df37320336d5a2a00356885ff97cf91a216df9;hpb=fb331ab38e01abd77ee833aed41d7661bba3e7d0 diff --git a/Changes b/Changes index dded056..22464e7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for Config-Any +0.26 2015-04-29 + - fix error reporting from code applied in 0.25 (RT #104079) + +0.25 2015-04-23 + - do not clobber $@ (RT #103061) + +0.24 2013-09-10 + - remove 4-year-old warning about YAML::XS not being installed + - add JSON::PP to list of available JSON parsers (RT #86959) + +0.23 2011-07-13 + - fix test suite's method of checking availability of plugins + 0.22 2011-07-04 - add XML::NamespaceSupport to XML format deps, silence YAML warnings in tests (caelum)