version 0.1501
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 3584114..3bd2b74 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 Revision history for Catalyst-Plugin-Authentication-Store-DBIx-Class
 
+0.1501  2011-06-17
+        * 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.
+
 0.1401  2010-11-16
         * Fix call to ->load which was not passing $c