Overhaul populate code - fix \[] support and exotic values (arrays, etc.)
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 49a1b35..fe69450 100644 (file)
--- a/Changes
+++ b/Changes
@@ -44,6 +44,7 @@ Revision history for DBIx::Class
         - Change SQLMaker carp-monkeypatch to be compatible with versions
           of SQL::Abstract >= 1.73
         - Fix using \[] literals in the from resultset attribute
+        - Fix populate() with \[], arrays (datatype) and other exotic values
 
     * Misc
         - Rewire all warnings to a new Carp-like implementation internal