updated changes + version
Brian Cassidy [Fri, 5 Oct 2007 18:41:08 +0000 (18:41 +0000)]
Changes
lib/Catalyst/Plugin/Authentication.pm

diff --git a/Changes b/Changes
index 8842a27..f062d07 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.10003 2007-XX-XX
+        - Added a "Null" store for credentials that don't require real stores.
+
 0.10002 2007-07-22
         - $user->store() should NOT be set by C::P::Auth - if it's needed - it
           should be set by whatever module creates the user. We use realm for
index 5c9c880..e09a09d 100644 (file)
@@ -19,7 +19,7 @@ use Class::Inspector;
 #      constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.10002";
+our $VERSION = "0.10003";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;