Fix corner case of stringify-only overloaded values
[dbsrgits/DBIx-Class-Historic.git] / Changes
diff --git a/Changes b/Changes
index ccc34c1..0a3ea8a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,10 @@ Revision history for DBIx::Class
           ->req_list_for([qw( rdbms_oracle ic_dt )]) bringing in the Oracle
           specific DateTime::Format dependencies
 
+    * Fixes
+        - Fix corner case of stringify-only overloaded objects being used in
+          create()/populate()
+
     * Misc
         - Skip tests in a way more intelligent and speedy manner when optional
           dependencies are missing