Fix default selection resolution - make frew happy :)
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 96478b4..99ba5c7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for DBIx::Class
 
     * Fixes
+        - Revert default selection to being lazy again (eagerness introduced
+          in 0.08126) - fixes DBIx::Class::Helper::ResultSet::RemoveColumns
         - Unaliased "dark" selectors no longer throw off prefetch
         - Fix proper composition of bind values across all possible
           SQL areas ( group_by => \[ ... ] now works properly )