X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Changes;h=3b96ddfe9a2ee3935c2e69140351e5f03a82ad9d;hp=939f9758b5ef4d0e94ee9f71cd7125c78c3088df;hb=aa7bd7c30e544ebbb418c2a0508523800e790836;hpb=5770ffc01feb6998b8a7e23d66b52d33e4a62b35 diff --git a/Changes b/Changes index 939f975..3b96ddf 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,9 @@ Revision history for Config-Any - 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)