X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=1a0ce05fc92d50be7617a60b14e5997e464c8427;hp=8659daf7e444b589861d6c2bc891ef524ae0cc0b;hb=1afb249c67eda203b13fef661fd046bff0ee26cc;hpb=3d43e104853baca38ec538ec030b979a7a7b0f4d diff --git a/Changes b/Changes index 8659daf..1a0ce05 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for Config-Any +0.30 - 2017-03-28 + - 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)