Massive rewrite of bind handling, and overall simplification of ::Storage::DBI
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 922bd92..7bc45a9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,6 +9,8 @@ Revision history for DBIx::Class
           plain ::Storage::DBI
         - ::Storage::DBI::sth was mistakenly marked/documented as public,
           privatize and warn on deprecated use
+        - Massive overhaul of bind values/attributes handling - slightly
+          changes the output of as_query (should not cause compat issues)
 
     * Fixes
         - Fix ::Storage::DBI::* MRO problems on 5.8.x perls