Add undocumented ability to disable the join optimizer
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index ea01590..78a2a38 100644 (file)
--- a/Changes
+++ b/Changes
@@ -78,8 +78,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