Make sure unaliased selectors and prefetch coexist peacefully
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index eaee66e..96478b4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for DBIx::Class
 
     * Fixes
+        - Unaliased "dark" selectors no longer throw off prefetch
         - Fix proper composition of bind values across all possible
           SQL areas ( group_by => \[ ... ] now works properly )