Catalyst::Plugin::Session is only used it an optional test
[catagits/Catalyst-Plugin-Authentication.git] / Changes
diff --git a/Changes b/Changes
index 2abdc2f..2d6d73c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,23 @@
 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.
+    - 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.