Row::update encapsulates this when passed a hashref; using set_columns bypasses deflation
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 21968ef..c5716e7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for DBIx::Class
 
 0.06003
+        - 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
         - make limit error if rows => 0
         - added memory cycle tests and a long-needed weaken call