Add Changes
Andrew Rodland [Fri, 17 Jun 2011 16:02:34 +0000 (16:02 +0000)]
Changes

diff --git a/Changes b/Changes
index 542c1f7..f5e81ac 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+        * If use_userdata_from_session isn't set, then don't store more
+          fields than we need in the session -- only the fields we need to
+          load the object from the DB again.
+
 0.1500  2010-11-16
         * Allow specifying a fully loaded DBIC result in addition to resultsets
           of which only the first row is considered.