X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c757f6f8a8eb3de2a1775eeb2dbeaeef8925924c;hb=4b4bfe2f455851ea95aaba501342918f71e3fe46;hp=8b149a17f6664334f07472a33f64d5e750f5fda6;hpb=c7b6526a196a47527ef4d6b3446d3e22e4f93d5b;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Changes b/Changes index 8b149a1..c757f6f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Perl extension Catalyst::Plugin::Authentication +0.10016 22 Jan 2010 + - Move root actions out of applcation class in tests to remove + warnings in the latest Catalyst. + - Add AUTOLOAD method to the default user class so that methods are + delegated down onto the underlieing user object retrieved from + the store (if present) + - Fix typos in documentation (RT#49476) + - Fix compatibilty with Catalyst 5.70 (RT#50466) + - Various documentation improvements + - Fix Realm::Processive's authinfo_mungle option (RT#47106) + 0.10015 Tue Sep 1 01:40:36 BST 2009 - Remove (undeclared) dependency on Class::Data::Inhertiable (RT#49086)