Added exception when resultset called without an argument
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 51cd72a..5918ec2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -36,7 +36,9 @@ Revision history for DBIx::Class
         - New ::Storage::DBI method last_dbh() - it will still return a
           newly connected $dbh if we start unconnected, but will not ping
           the server on every invocation unlike dbh()
+        - Some fixes of multi-create corner cases
         - Multiple POD improvements
+        - Added exception when resultset is called without an argument
 
 0.08108 2009-07-05 23:15:00 (UTC)
         - Fixed the has_many prefetch with limit/group deficiency -