X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=524e276248e2ea407c31b4b6f327257f1c2baccd;hb=695839da2bca73d0bf1c53338a90fe2b2e007702;hp=ba2dbd917c320372325c2dac71da56decb9eda7c;hpb=3062967658cb9112f91a2992294bea6c1ccc32f6;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Changes b/Changes index ba2dbd9..524e276 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for Perl extension Catalyst::Plugin::Authentication +0.10022 08 Jan 2013 + - Fix NoPasswd store (skaufman) + +0.10021 30 June 2012 + - Change all classes to Moose and MooseX::Emulate::Class::Accessor::Fast, + fixing undeclared dependency on Class::Accessor::Fast. + - 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