forgot the test file
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index e1008cc..2cdbbb2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+        * 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.
+
+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.
@@ -8,13 +23,13 @@ Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
         Documentation tweak to clarify user_class, store_user_class etc.
 
 0.108   2008-09-25
-               Adding SimpleDB realm to simplify basic auth configuration
-               Changing user_class to user_model, per req. by mst to avoid confusing newbies.
+        Adding SimpleDB realm to simplify basic auth configuration
+        Changing user_class to user_model, per req. by mst to avoid confusing newbies.
 
 0.107   2008-09-29
-               Fix the typo in exception during authenticate
-               Doc fixes and clarifications
-               Added missing dependency on Catalyst::Model::DBIC::Schema to Makefile.PL
+        Fix the typo in exception during authenticate
+        Doc fixes and clarifications
+        Added missing dependency on Catalyst::Model::DBIC::Schema to Makefile.PL
 
 
 0.105   2008-03-19