X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=71cf9bf011ba69357690ea105ed80b46028d2186;hp=f1072842609c40013045f6bdb1f785420470afd5;hb=57746b806ef4de802abec0c4a38a9524eb359661;hpb=f2b83422bad57b7956d06c7b70098fb986ccf06e diff --git a/Changes b/Changes index f107284..71cf9bf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,22 @@ # This file documents the revision history for Perl extension Catalyst. + Distribution META.yml changes: + - author key is now correct, rather than what Module::Install + mis-parses from the documentation. + - x_authority key added. + + Bug fixes: + - Fix request body parameters being multiply rebuilt. Fixes both + RT#75607 and CatalystX::DebugFilter + + Documentation: + - Fix documentation in Catalyst::Component to show attributes and + calling readers, rather than accessing elements in the $self->{} hash + directly. + - Add note in Catalyst::Component to strongly disrecommend $self->config + +5.90011 - 2012-03-08 16:43:00 + Bug fixes: - Simplification of the previous changes to Catalyst::ScriptRunner We now just push $FindBin::Bin/../lib to the @INC path again, but