X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=487dea38b96bdbc67048649b8bef1e9d82ddf557;hp=f484f5d778fa8586365ddedb153749656768167c;hb=d9f07dd8c98d6a34bb5d099fe6aa14b2a57558b2;hpb=af9773e254ae71eee4cbdf5ee48d25b17c922b50 diff --git a/Changes b/Changes index f484f5d..487dea3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for Config-Any +0.13 Tue 05 Aug 2008 + - show actual parse error when parse fails (Marcus Ramberg) + - ensure Config::Tiny parse errors are trapped + - added tests for each format to ensure they throw parse errors + - added a caveat regarding XML::Simple's strict mode (Peter Corlett) + - added a flatten_to_hash option to return a simple key-value hashref + instead of the default "arrayref of hashrefs" (Pedro Figueiredo) + +0.12 Mon 07 Apr 2008 + - ensure Perl loader dies on a failed require() (RT #32995) + +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 @@ -34,7 +50,7 @@ Revision history for Config-Any 0.05 Wed Feb 21 22:00:00 2007 - added support for (requested by Evan Kaufman): + 'force_plugins => [ qw(Config::Any::Foo Config::Any::Blah) ]' parameter - to load_(files|stems) + 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 nested hashrefs