Version 0.1500
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index ca02eed..542c1f7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,21 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
-        Support columns with accessors that aren't the column name.
+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
+
+0.1400  2010-09-01
+        * Make can() work as well as AUTOLOADing.
+
+0.1300  2010-06-16
+        * Support columns with accessors that aren't the column name.
+        * Fix some documentation typos.
+        * Stop failing horribly when running the tests in parallel.
+        * Default to not running pod tests for users, even if the
+          required modules for that are available.
 
 0.1200  2010-04-10
         Release 0.1100 as a stable version without further modifications.