X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a8b09a0166de84659936cbee7b3a6d5cfef35aa2;hb=d5e3af2f76a0b603ff282d161a4f952941b4f93d;hp=ba2dbd917c320372325c2dac71da56decb9eda7c;hpb=3062967658cb9112f91a2992294bea6c1ccc32f6;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Changes b/Changes index ba2dbd9..a8b09a0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Plugin::Authentication + - Change Catalyst::Authentication::Realm to use String::RewritePrefix + rather than doing namespace mangling manually. + - Fix whitespace and tabs, add Test::EOL and Test::NoTabs - Document optional methods in stores needed for auto_create_user and auto_update_user in realms. - Clarify support channels