fixup for stringify that can be false in find_or_create_related
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index cfc7ee3..54514fb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for DBIx::Class
 
 0.06003
+        - make find_or_create_related check defined() instead of truth
         - don't unnecessarily fetch rels for cascade_update
         - don't set_columns explicitly in update_or_create; instead use
           update($hashref) so InflateColumn works