X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=2d6d73caccb5896ee23c93410e486a808151cd2b;hb=ed6dc2a0dd42b129f69c29e8994ec12f0e55b793;hp=d09b87d093c74c5e5098cdbce14851a1d7457c03;hpb=994cb91191fbfe8028e7cd97a4d9e6165738c986;p=catagits%2FCatalyst-Plugin-Authentication.git diff --git a/Changes b/Changes index d09b87d..2d6d73c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ Revision history for Perl extension Catalyst::Plugin::Authentication + - Don't load password when password_type is 'none', + for example when used for authorization + +0.10023 11 Jan 2013 + - Add Howto on using the auth from the proxy server with + ::Credential::Remote (Robert Rothenberg) + +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.