Fix calling User->can() as a class method. RT#90715
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 9f0ea3a..c8babb3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
-        * Return undef if there isn't a user. This will cause an exception
+       * Fix doc bugs. RT#87372
+       * Fix calling User->can() as a class method. RT#90715
+
+0.1505 2013-06-10
+       * Fix RT#82944 - test fails on perl >= 5.17.3
+
+       * Return undef if there isn't a user. This will cause an exception
           but a more helpful exception (probably from DBIC) than the inability
           to call a method in this code.