X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=d5f8bd6d853a5c0257ad05c2765dd57013d23660;hp=22464e7143f22e8756161eedb6e76b0f9d00cb14;hb=284d797bc04cf1e7c2da017451a116ba510ff90a;hpb=42df37320336d5a2a00356885ff97cf91a216df9 diff --git a/Changes b/Changes index 22464e7..d5f8bd6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for Config-Any + - don't use YAML::Syck on perl 5.8.8 or below, where it is broken + - ensure tarball does not contain SCHILY headers + +0.29 - 2017-02-27 + - allow loading relative perl files even under taint mode (RT#120371) + - throw errors when attempting to load perl files that do not exist + +0.28 - 2017-02-21 + - support Cpanel::JSON::XS and JSON::MaybeXS for loading JSON + - decode UTF-8 config files properly + - load perl files directly, never possibly searching @INC + +0.27 2016-03-31 + - depend on Module::Pluggable::Object directly instead of assuming it is + bundled with Module::Pluggable (RT #113148) + 0.26 2015-04-29 - fix error reporting from code applied in 0.25 (RT #104079)