X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0362acede9f58b39f01d7cbff5d8e95d1f881223;hb=26fc3c5f8ce69c0acb32ba02615242c4161b2fa7;hp=71cf9bf011ba69357690ea105ed80b46028d2186;hpb=57746b806ef4de802abec0c4a38a9524eb359661;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 71cf9bf..0362ace 100644 --- a/Changes +++ b/Changes @@ -9,11 +9,24 @@ - Fix request body parameters being multiply rebuilt. Fixes both RT#75607 and CatalystX::DebugFilter + - Make plugin de-duplication work as intended originally, as whilst + duplicate plugins are totally unwise, the C3 error given to the user + is less than helpful. + + - Remove dependence on obscure behaviour in B::Hooks::EndOfScope + for backward compatibility. This fixes issues with behaviour changes + in bleadperl. RT#76437 + + - Work around Moose bug RT#7536 which breaks + Catalyst::Controller::DBIC::API. + 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 + - Fix vague 'checkout' wording in Catalyst::Utils. RT#77000 + - Fix documentation for the 'secure' method in Catalyst:Request. RT#76710 5.90011 - 2012-03-08 16:43:00