Fix RT#82944
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 4c3e99b..5515f37 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+       * 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.
+
+0.1504  2012-10-05
+        * Make use_userdata_from_session use inflate_result since this is
+          already-stored data, not a "new" object being created
+
 0.1503  2011-12-08
         * Change docs to show $c->config('Plugin::Authentication' => {...
           rather than $c->config->{authentication}. The new key, and method