X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=3718d313a0b5df3e9a0b8a49280b9d67997a603c;hp=77710e8eca31f0185cb61d749adee84b7d28f7c6;hb=45758652c7c8ed8557ecf4170131a42a4477deb5;hpb=4198bf8c36c5f90c71845bd2505d953d3422037e diff --git a/Changes b/Changes index 77710e8..3718d31 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,25 @@ Revision history for Config-Any +0.17 Thu 05 Feb 2009 + - ensure require() happens against plugin specified in force_plugins. + - add JSON::XS to the top of the JSON loaders list + +0.16 Mon 17 Nov 2008 + - fix up branches test which did not handle the errors thrown by + changes from the last release (RT #40948) + - fix up error message for "any of" (RT #40972) + +0.15 Wed 12 Nov 2008 + - when use_ext is true, we will check to see if there are no supported + modules for a particular file. instead of the file being skipped, an + error will be thrown (RT #38927). + - also, when use_ext is true, a fatal error will be thrown if there are + no loaders available that understand the file extension. + - officially support multiple loaders per extension + - add a Config::Any::Base for all loaders to inherit from, plus add + a new dependency mechanism: requires_any_of() and requires_all_of(). + - filter out loaders that don't inherit from Config::Any::Base (RT #40830) + 0.14 Wed 06 Aug 2008 - skip xml failure tests if XML::LibXML < 1.59 is installed, it seems to parse anything you throw at it (Matt S. Trout)