make last_insert_id take multiple column names
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index cc499e8..baee415 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for DBIx::Class
 
+        - tweaked Row.pm to make last_insert_id take multiple column names
         - added stacktrace option to Schema, makes throw_exception
           use "confess"
         - make database handles use throw_exception by default