performance fix for cascade_update
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index c5716e7..cfc7ee3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for DBIx::Class
 
 0.06003
+        - don't unnecessarily fetch rels for cascade_update
         - don't set_columns explicitly in update_or_create; instead use
           update($hashref) so InflateColumn works
         - fix for has_many prefetch with 0 related rows