Add a test
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 91cdaaf..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.