X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c22ea2b6e593cd1ca0fd8b0a99cbfa1fb25d8bf8;hb=3d041c32e1c9ba81fabe6e85c36a9e3ec96f7287;hp=f92595c5422df7f0134acde97bfb343a957e217d;hpb=a12e6f1755826fd4f52bfaace47aef562cb758b8;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index f92595c..c22ea2b 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ # This file documents the revision history for Perl extension Catalyst. + - Make MyApp immutable at the end of the scope after the setup + method is called, fixing issues with plugins which have their + own new methods by inlining a constructor on MyApp (t0m) + - Test for this and method modifiers in MyApp (t0m) + - Fix Catalyst::Plugin::Authentication's authentication + plugin backwards compatibility issues by fixing + Class::Data::Inheritable compatibility (t0m) + - Test for this (t0m) - Fix bug causing Catalyst::Request::Upload's basename method to return undef (t0m) - Test for this (Carl Franks)