Version 0.1500 v0.1500
Florian Ragwitz [Thu, 12 May 2011 15:00:52 +0000 (15:00 +0000)]
Changes
lib/Catalyst/Authentication/Store/DBIx/Class.pm
lib/Catalyst/Authentication/Store/DBIx/Class/User.pm

diff --git a/Changes b/Changes
index 3584114..542c1f7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.1500  2010-11-16
+        * Allow specifying a fully loaded DBIC result in addition to resultsets
+          of which only the first row is considered.
+
 0.1401  2010-11-16
         * Fix call to ->load which was not passing $c
 
index 25c0cea..b837a67 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw/Class::Accessor::Fast/;
 
-our $VERSION= "0.1401";
+our $VERSION= "0.1500";
 
 
 BEGIN {
@@ -92,7 +92,7 @@ Catalyst::Authentication::Store::DBIx::Class - A storage class for Catalyst Auth
 
 =head1 VERSION
 
-This documentation refers to version 0.1401.
+This documentation refers to version 0.1500.
 
 =head1 SYNOPSIS
 
index aa26fc6..7a78a7b 100644 (file)
@@ -285,7 +285,7 @@ module.
 
 =head1 VERSION
 
-This documentation refers to version 0.1401.
+This documentation refers to version 0.1500.
 
 =head1 SYNOPSIS