Switch from using execute_array to execute_for_fetch directly
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 654ccca..702927c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for DBIx::Class
 
     * New Features / Changes
         - Issue a warning when DateTime objects are passed to ->search
+        - Fast populate() in void context is now even more efficient by
+          going directly through execute_for_fetch bypassing execute_array
 
     * Fixes
         - Fix SkipFirst and FirstSkip limit dialects (Informix and Firebird)