Minor cleanup and check the row is clean
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index c33cc68..c77d47b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,10 @@ Revision history for DBIx::Class
         - added add_column alias to ResultSourceProxy
         - added source_name to ResultSource
        - load_classes now uses source_name and sets it if necessary
+        - add update_or_create_related
+
+0.06002
+        - fix for -and conditions when updating or deleting on a ResultSet
 
 0.06001
         - minor fix to update in case of undefined rels