X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=2adfc7101228e54da345e78d0657d164fbde09c3;hp=840e1c6a4494225271788417c65f2647cd09434b;hb=5a2e0210fe5c7da046be37b4240008f2b667be67;hpb=72628dc786ef43d546023d6f17a86c3f5edeb21a diff --git a/Changes b/Changes index 840e1c6..2adfc71 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,25 @@ Revision history for Config-Any +0.11 Mon 28 Jan 2008 + - fix subsection parsing for existing keys in INI files (RT #32726) + - use from_json() if JSON version 2.x is available + - refactor the test suite slightly + +0.10 Tue 11 Dec 2007 + - promote dev release to stable + +0.09_02 Tue Nov 13 2007 + - require version 0.70 of YAML::Syck for multi-document loading + 0.09_01 Tue Nov 13 2007 - code and pod cleanups - use_ext is now on by default - - when use_ext is on, if a parser throws an error, we throw an error + - when use_ext is on, if a loader throws an error, we throw an error - fix case where use_ext is defined and false, but was behaving like use_ext => 1 - allow loaders to return multiple documents as an array - - each plugin now has an is_supported() which helps us figure out if - the right modules are available + - each plugin now has an is_supported() method which helps us figure out + if the right modules are available 0.08 Thu Aug 23 2007 - pass config options to each parser