X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=4df0d58785db010a90ed92b6a2ac91ac65bad73d;hp=8e3c213a98b38b531ef75c8d6949803ec57e499d;hb=2c3b51a1f9f98b102b97f8cc5c5374edd02d69c8;hpb=0026ed83b1e0520258a743cb5e69f3d0c2792105 diff --git a/Changes b/Changes index 8e3c213..4df0d58 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,27 @@ Revision history for Config-Any +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) + +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