X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=0f69a316489a5844f1c3664bb27a8c057adc112b;hp=3138bd4212d8dce9911b8fb048ec6942d459ddd9;hb=HEAD;hpb=d7eb7b5ca6dd18e740943079a1585661cec4d81f diff --git a/Changes b/Changes index 3138bd4..0f69a31 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,58 @@ Revision history for Config-Any -0.21 TO BE RELEASED + - documentation cleanups + +0.32 - 2017-04-23 + - allow YAML::Syck to fail its error tests + - improved diagnostics in YAML test + - include a full list of modules used in JSON documentation + - be less strict checking error messages in tests + - add test to report optional prereq versions + +0.31 - 2017-04-23 + - test cleanups + - better diagnostics for test failures + - don't run pod tests on user machines + - handle unsupported Config::General versions better + - refactored module loading + - include optional prereqs in suggests + - pod cleanups + +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) + +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) + +0.21 2011-05-25 - fix t/64-extfail.t to pass when t/lib is in @INC 0.20 2010-08-06 @@ -91,7 +143,7 @@ Revision history for Config-Any + 'force_plugins => [ qw(Config::Any::Foo Config::Any::Blah) ]' parameter to load_(files|stems) + $Config::Any::INI::MAP_SECTION_SPACE_TO_NESTED_KEY - boolean, defaulting - to on, controlling whether to map spaces in INI section headings + to on, controlling whether to map spaces in INI section headings to nested hashrefs 0.04 2006-08-07