[Catalyst-commits] r14042 - Catalyst-Authentication-Store-DBIx-Class/branches/no-unneeded-fields

hobbs at dev.catalyst.perl.org hobbs at dev.catalyst.perl.org
Fri Jun 17 16:02:34 GMT 2011


Author: hobbs
Date: 2011-06-17 16:02:34 +0000 (Fri, 17 Jun 2011)
New Revision: 14042

Modified:
   Catalyst-Authentication-Store-DBIx-Class/branches/no-unneeded-fields/Changes
Log:
Add Changes


Modified: Catalyst-Authentication-Store-DBIx-Class/branches/no-unneeded-fields/Changes
===================================================================
--- Catalyst-Authentication-Store-DBIx-Class/branches/no-unneeded-fields/Changes	2011-06-17 15:39:14 UTC (rev 14041)
+++ Catalyst-Authentication-Store-DBIx-Class/branches/no-unneeded-fields/Changes	2011-06-17 16:02:34 UTC (rev 14042)
@@ -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.




More information about the Catalyst-commits mailing list