Version 0.1100. v0.1100
Florian Ragwitz [Mon, 29 Mar 2010 15:46:44 +0000 (15:46 +0000)]
Changes
lib/Catalyst/Authentication/Store/DBIx/Class.pm
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm

diff --git a/Changes b/Changes
index 91cdaaf..edf6b28 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.1100  2010-03-29 - development release
+        Support compound primary keys for looking up users.
+
 0.1083  2010-03-03
         Tweaking exception message to better explain what people did wrong when
             they pass bad columns to authenticate.
index f9fc490..8d3e6c4 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1083";
+our $VERSION= "0.1100";
 
 
 BEGIN {
@@ -92,7 +92,7 @@ Catalyst::Authentication::Store::DBIx::Class - A storage class for Catalyst Auth
 
 =head1 VERSION
 
-This documentation refers to version 0.108.
+This documentation refers to version 0.1100.
 
 =head1 SYNOPSIS
 
index b39970e..bf9da36 100644 (file)
@@ -250,7 +250,7 @@ module.
 
 =head1 VERSION
 
-This documentation refers to version 0.10.
+This documentation refers to version 0.1100.
 
 =head1 SYNOPSIS