use inflate_result for inflating a user object from session data
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 8a1238b..2ecc1c6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+        * 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
+          rather than hash access style are both preferred and recommended.
+
 0.1502  2011-08-24
         * Switch repository to git (fREW Schmidt)