Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index ea01590..8bdefc4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -45,6 +45,8 @@ Revision history for DBIx::Class
           -or condition
         - Remove rogue GROUP BY on non-multiplying prefetch-induced
           subqueries
+        - Fix incorrect order_by handling with prefetch on
+          $ordered_rs->search_related ('has_many_rel') resultsets
         - Oracle sequence detection now *really* works across schemas
           (fixed some ommissions from 0.08123)
         - dbicadmin now uses a /usr/bin/env shebang to work better with
@@ -78,8 +80,6 @@ Revision history for DBIx::Class
           (first trigger instead of trigger for column)
 
     * Misc
-        - Refactored capability handling in Storage::DBI, allows for
-          standardized capability handling wrt query/enable/disable
         - Entire test suite now passes under DBIC_TRACE=1
         - Makefile.PL no longer imports GetOptions() to interoperate
           better with Catalyst installers