updated pod to make manual authentication more understandable
[catagits/Catalyst-Plugin-Authentication.git] / Changes
diff --git a/Changes b/Changes
index 3ab3cae..c757f6f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,15 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.10016 22 Jan 2010
+     - Move root actions out of applcation class in tests to remove
+       warnings in the latest Catalyst.
+     - Add AUTOLOAD method to the default user class so that methods are
+       delegated down onto the underlieing user object retrieved from
+       the store (if present)
      - Fix typos in documentation (RT#49476)
      - Fix compatibilty with Catalyst 5.70 (RT#50466)
+     - Various documentation improvements
+     - Fix Realm::Processive's authinfo_mungle option (RT#47106)
 
 0.10015 Tue Sep 1 01:40:36 BST 2009