Merge 'trunk' into 'mssql_limit_regression'
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 73b8c8a..9bc4326 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,7 @@ Revision history for DBIx::Class
           prefetching resultset
         - New MSSQL specific resultset attribute to allow hacky ordered
           subquery suppot
+        - Fix nasty schema/dbhandle leak due to SQL::Translator
 
 0.08115 2009-12-10 09:02:00 (CST)
         - Real limit/offset support for MSSQL server (via Row_Number)