X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a8b09a0166de84659936cbee7b3a6d5cfef35aa2;hb=d5e3af2f76a0b603ff282d161a4f952941b4f93d;hp=f47ad6b662bb4fa14f85205875af68257ef27485;hpb=4e953732d2cad72dd5822fb21034a06da10b2264;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Changes b/Changes index f47ad6b..a8b09a0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,17 @@ 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 + - Note primary maintainer in docs. + - Add x_authority metadata. + - Get the NAME right by making it 1 line, due to crappy parsing + in EU::MM (RT#77028) + +0.10020 05 May 2012 - Allow user_class to be configured for Catalyst::Authentication::Store::Minimal (Jochen Lutz )