X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=1f8c84110b810f0038a243ebc553992f0413a861;hp=f92595c5422df7f0134acde97bfb343a957e217d;hb=8a440eba91ace539964b76901ad0e9274ece4ec6;hpb=85781ad7ed72409d08127c0c23610ecb2de5663a diff --git a/Changes b/Changes index f92595c..1f8c841 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ # This file documents the revision history for Perl extension Catalyst. + - 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)