X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=266cb92af32a564f9762428cd3ee55434f7c1999;hp=594ac2d606fd04682545b22faf41111f482482e8;hb=12f0342e49c1b2af2e71c30aa4dcfbac0b7735c2;hpb=1451ea2d5301f3691432c3ae1296f51153afac18 diff --git a/Changes b/Changes index 594ac2d..266cb92 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ # This file documents the revision history for Perl extension Catalyst. + - Fix request argumentss getting corrupted if you override the + dispatcher and call an action which detaches (for + Catalyst::Plugin::Authorization::ACL) (t0m) - Fix calling use Catalyst::Test 'MyApp' 'foo' which used to work, but stopped as the 2nd parameter can be an options hash now (t0m) - Bump Moose dependency to fix make_immutable bug (t0m)