take more care in mangling SELECT when applying subquery limits
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 2a2c251..cfaacab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for DBIx::Class
 
+        - Fix issue where the query was becoming overly mangled when trying
+          to use pagination with a query that has a sub-select in the WHERE
+          clause.
+
+0.08192 2011-05-10 04:20 (UTC)
     * Fixes
         - Fix serious regression on SQLite, corrupting data when an alphanum
           value does not correspond to a stale numeric datatype in colinfo