Cookbook entry for -as and syntax tests
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 7a47fd1..72aa3a4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -31,8 +31,11 @@ Revision history for DBIx::Class
             problems with search_related chaining
           - Deal with the distinct => 1 attribute properly when using
             prefetch
+        - Massive optimization of the DBI storage layer - reduce the
+          amount of connected() calls
+        - 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 -